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)]()