oops, these were not meant to be commited
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 30 Sep 2013 13:50:18 +0000 (15:50 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 30 Sep 2013 13:50:18 +0000 (15:50 +0200)
plugins/resources_selected/static/js/resources_selected.js

index b70176e..b544174 100644 (file)
@@ -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);