diff options
Diffstat (limited to 'scripts')
| -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); } |
