diff options
| author | Alon Levy <alon@pobox.com> | 2014-11-03 16:14:36 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-11-03 16:14:36 +0200 |
| commit | 43f715b6f37c7895e91dc06c6f1e774474d14cf9 (patch) | |
| tree | 853faf459666c18dd200105f5195459746b8ce4d /scripts/model | |
| parent | 40c8c5947d6ee0270181772ee65f226cf6451d2b (diff) | |
accidentally left verbose on
Diffstat (limited to 'scripts/model')
| -rw-r--r-- | scripts/model/graph.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/model/graph.js b/scripts/model/graph.js index c8a0e64c..657640bb 100644 --- a/scripts/model/graph.js +++ b/scripts/model/graph.js @@ -173,7 +173,7 @@ function Graph(el) { var k; var state_source, state_target, new_source, new_target; var changed_nodes; - var verbose = true; // XXX should be global. + var verbose = false; // XXX should be global. var set_old_name, set_new_name; new_nodes.map(function (f) { |
