diff options
| author | Alon Levy <alon@pobox.com> | 2014-09-21 18:34:16 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-09-21 18:34:16 +0300 |
| commit | 15eb20c94c8143d84cb0c26fa5ae57a2a7b864c0 (patch) | |
| tree | ce8f1ebdab9dbbe26a00595908daa8c70996bda3 /scripts | |
| parent | 7696312020127b45e9e7747c586f7c9723b88ffa (diff) | |
textanalysis: drop two noisy logs introduced a few commits ago
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/textanalysis.js | 2 |
1 files changed, 0 insertions, 2 deletions
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) { |
