From: Thierry Parmentelat <thierry.parmentelat@inria.fr>
Date: Thu, 21 Mar 2013 08:05:29 +0000 (+0100)
Subject: remove debug msg
X-Git-Tag: myslice-django-0.1-2~38
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=983d645de131be9d82fa3bc4f53025a4501e6ea0;p=myslice.git

remove debug msg
---

diff --git a/plugins/hazelnut/hazelnut.js b/plugins/hazelnut/hazelnut.js
index c264065a..a3d24f99 100644
--- a/plugins/hazelnut/hazelnut.js
+++ b/plugins/hazelnut/hazelnut.js
@@ -149,8 +149,6 @@
         /* Spinner (could be done when the query is received = a query is in progress, also for update) */
         $('#' + options.plugin_uuid).spin()
 
-	if (debug) console.log ("bing 005");
-
         /* Add a filtering function to the current table 
          * Note: we use closure to get access to the 'options'
          */
@@ -161,9 +159,6 @@
             return hazelnut_filter.call(object, oSettings, aData, iDataIndex);
         });
 
-	if (debug) console.log ("bing 010");
-
-
         /* methods */
 
         this.set_query = function(query) {