diff options
| author | Alon Levy <alon@pobox.com> | 2014-10-28 19:57:32 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-10-28 19:57:32 +0200 |
| commit | c559161ed81a1eac2d2e13d9e734ed97b3174e71 (patch) | |
| tree | 1e7a2a129cd6f4262537b64eccb9c367db2368f9 /scripts/rhizicore.js | |
| parent | 92df118bf77da59a8f350829077846f179d9634c (diff) | |
make debug ui click handlers only apply to the labels, remove some debug prints
Diffstat (limited to 'scripts/rhizicore.js')
| -rw-r--r-- | scripts/rhizicore.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/rhizicore.js b/scripts/rhizicore.js index a1eba12e..4d1a74a0 100644 --- a/scripts/rhizicore.js +++ b/scripts/rhizicore.js @@ -542,7 +542,6 @@ function myGraph(el) { function save_to_json() { var d = {"nodes":[], "links":[]}; - console.log(nodes); for(var i = 0 ; i < nodes.length ; i++){ var node = nodes[i]; d['nodes'].push({ |
