remove debug msg
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 21 Mar 2013 08:05:29 +0000 (09:05 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 21 Mar 2013 08:05:29 +0000 (09:05 +0100)
plugins/hazelnut/hazelnut.js

index c264065..a3d24f9 100644 (file)
         /* 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'
          */
             return hazelnut_filter.call(object, oSettings, aData, iDataIndex);
         });
 
-       if (debug) console.log ("bing 010");
-
-
         /* methods */
 
         this.set_query = function(query) {