Przeglądaj źródła

Removed logging

Andrew Kane 8 lat temu
rodzic
commit
4f56e1ae75
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      app/views/blazer/queries/_form.html.erb

+ 0 - 1
app/views/blazer/queries/_form.html.erb

@@ -159,7 +159,6 @@
         this.editor = editor
 
         editor.getSession().on("change", function () {
-          console.log("hi")
           $("#query_statement").val(editor.getValue())
           _this.adjustHeight()
         })