diff options
| author | Alon Levy <alon@pobox.com> | 2014-10-07 22:02:10 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-10-07 22:02:10 +0300 |
| commit | 8dd70273b90da3e8000c6a17e8b36d5fa9c88a1c (patch) | |
| tree | 30659bb279a2e90a547b46d3167cc64f9b8fa172 | |
| parent | 3c2a30d89d8bcdd5b3655ad310dce31c9559947e (diff) | |
rhizicore: remove debug print
| -rw-r--r-- | scripts/textanalysis.js | 1 |
1 files changed, 0 insertions, 1 deletions
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); } |
