remove debug outputs

This commit is contained in:
Nils Schneider 2015-03-22 15:27:02 +01:00
parent 25477baa24
commit 730670fdee
1 changed files with 0 additions and 4 deletions

View File

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