From 730670fdee630b559ba7f1940e1faac621464072 Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Sun, 22 Mar 2015 15:27:02 +0100 Subject: [PATCH] remove debug outputs --- history.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/history.js b/history.js index dc9d5b6..b01ed3f 100644 --- a/history.js +++ b/history.js @@ -469,8 +469,6 @@ function showNodeinfo(config, gotoAnything, d) { return a.node.nodeinfo.hostname.localeCompare(b.node.nodeinfo.hostname) }) - console.log(gotoAnything) - neighbours.forEach( function (d) { var tr = document.createElement("tr") @@ -696,8 +694,6 @@ function gotoBuilder(config, nodes, links) { showMap = trueDefault(showMap) push = trueDefault(push) - console.log(showMap) - if (showMap && linkId(d) in markers) markers[linkId(d)]()