瀏覽代碼

Removed logging

Andrew Kane 8 年之前
父節點
當前提交
4f56e1ae75
共有 1 個文件被更改,包括 0 次插入1 次删除
  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()
         })