remove useless log line
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 1 Oct 2013 07:57:04 +0000 (09:57 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 1 Oct 2013 07:57:04 +0000 (09:57 +0200)
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('='));