From 5879aa0b5208e3d0cdc94d5c9a35e91b385a3077 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 30 Sep 2013 15:50:18 +0200 Subject: [PATCH] oops, these were not meant to be commited --- plugins/resources_selected/static/js/resources_selected.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/resources_selected/static/js/resources_selected.js b/plugins/resources_selected/static/js/resources_selected.js index b70176ec..b5441741 100644 --- a/plugins/resources_selected/static/js/resources_selected.js +++ b/plugins/resources_selected/static/js/resources_selected.js @@ -49,8 +49,6 @@ }); // XXX This should not be done at init... - console.log("elmt(update) is " + this.elmt('update')); - this.elmt('update').click(this, this.do_update); this.elmt('refresh').click(this, this.do_refresh); this.elmt('reset').click(this, this.do_reset); @@ -65,7 +63,6 @@ do_update: function(e) { - console.log ("in do_update"); var self = e.data; // XXX check that the query is not disabled manifold.raise_event(self.options.query_uuid, RUN_UPDATE); -- 2.43.0