From 983d645de131be9d82fa3bc4f53025a4501e6ea0 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 21 Mar 2013 09:05:29 +0100 Subject: [PATCH] remove debug msg --- plugins/hazelnut/hazelnut.js | 5 ----- 1 file changed, 5 deletions(-) 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) { -- 2.43.0