X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fhazelnut%2Fhazelnut.js;h=a3d24f991fda86092b76a4ced991e506890a70fe;hb=983d645de131be9d82fa3bc4f53025a4501e6ea0;hp=c264065a08e3dcc9b93a4d5c33a8edc6a89ca3f7;hpb=9c80e89622704e2b9fbe4c59c766fea5a92848a3;p=unfold.git 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) {