remove useless log line
[unfold.git] / plugins / query_editor / static / js / query_editor.js
index 553dbc6..8b739f0 100644 (file)
@@ -40,7 +40,6 @@
 
         init: function(options, element) {
             this._super(options, element);
-            console.log("init Query_Editor");
             this.listen_query(options.query_uuid);
 
             this.elts('queryeditor-auto-filter').change(this.event_filter_added('='));