Parcourir la source

Removed logging

Andrew Kane il y a 8 ans
Parent
commit
4f56e1ae75
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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()
         })