From: Thierry Parmentelat Date: Tue, 1 Oct 2013 07:57:04 +0000 (+0200) Subject: remove useless log line X-Git-Tag: myslice-0.2-5~66 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=955af6c084ef3469a6eea5680e79240fb9910afd;hp=4ff1372de7efe594e67562ab6c28df4b9f1a3b39;p=unfold.git remove useless log line --- diff --git a/plugins/query_editor/static/js/query_editor.js b/plugins/query_editor/static/js/query_editor.js index 553dbc6c..8b739f02 100644 --- a/plugins/query_editor/static/js/query_editor.js +++ b/plugins/query_editor/static/js/query_editor.js @@ -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('='));