From 15eb20c94c8143d84cb0c26fa5ae57a2a7b864c0 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 21 Sep 2014 18:34:16 +0300 Subject: textanalysis: drop two noisy logs introduced a few commits ago --- scripts/textanalysis.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts') diff --git a/scripts/textanalysis.js b/scripts/textanalysis.js index 715ccaa3..dae85752 100644 --- a/scripts/textanalysis.js +++ b/scripts/textanalysis.js @@ -17,7 +17,6 @@ var ANALYSIS_LINK = 'ANALYSIS_LINK'; function autoSuggestAddName(name) { - console.log('adding suggestion ' + name); /* note that name can contain spaces - this is ok. We might want to limit this though? */ if(name.split(" ").length > 1) { sugg['"'+newnodes[n]+'"'] = 1; @@ -28,7 +27,6 @@ function autoSuggestAddName(name) function autocompleteCallback(request, response_callback) { - console.log('autocompleteCallback: ' + request.term); var ret = []; if (request.term === "" || request.term) { for (var name in sugg) { -- cgit v1.3.1