From 8dd70273b90da3e8000c6a17e8b36d5fa9c88a1c Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 7 Oct 2014 22:02:10 +0300 Subject: rhizicore: remove debug print --- scripts/textanalysis.js | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') diff --git a/scripts/textanalysis.js b/scripts/textanalysis.js index 5003b110..1f1f8043 100644 --- a/scripts/textanalysis.js +++ b/scripts/textanalysis.js @@ -327,7 +327,6 @@ var textAnalyser2 = function (newtext, finalize) { )); var k, n, l; if (comp.graph_same && !finalize) { - console.log('same graph, changing graph just a bit'); if (comp.old_id && comp.new_id) { graph.editName(comp.old_id, null, comp.new_id); } -- cgit v1.3.1