diff --git a/components/history.vue b/components/history.vue index 0d64fc4a8..2b1acbfac 100644 --- a/components/history.vue +++ b/components/history.vue @@ -233,7 +233,7 @@
- +
@@ -855,7 +852,7 @@ export default { } } }); - console.log(oldHeaders); + // console.log(oldHeaders); }, addQueryVariable(index) { this.$store.commit("addGQLVariable", { @@ -879,7 +876,7 @@ export default { } } }); - console.log(oldVariables); + // console.log(oldVariables); }, scrollInto(view) { this.$refs[view].$el.scrollIntoView({