remove debug msg
[unfold.git] / 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) {