From c559161ed81a1eac2d2e13d9e734ed97b3174e71 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 28 Oct 2014 19:57:32 +0200 Subject: make debug ui click handlers only apply to the labels, remove some debug prints --- scripts/rhizicore.js | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/rhizicore.js') 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({ -- cgit v1.3.1