remove debug outputs
This commit is contained in:
parent
25477baa24
commit
730670fdee
@ -469,8 +469,6 @@ function showNodeinfo(config, gotoAnything, d) {
|
|||||||
return a.node.nodeinfo.hostname.localeCompare(b.node.nodeinfo.hostname)
|
return a.node.nodeinfo.hostname.localeCompare(b.node.nodeinfo.hostname)
|
||||||
})
|
})
|
||||||
|
|
||||||
console.log(gotoAnything)
|
|
||||||
|
|
||||||
neighbours.forEach( function (d) {
|
neighbours.forEach( function (d) {
|
||||||
var tr = document.createElement("tr")
|
var tr = document.createElement("tr")
|
||||||
|
|
||||||
@ -696,8 +694,6 @@ function gotoBuilder(config, nodes, links) {
|
|||||||
showMap = trueDefault(showMap)
|
showMap = trueDefault(showMap)
|
||||||
push = trueDefault(push)
|
push = trueDefault(push)
|
||||||
|
|
||||||
console.log(showMap)
|
|
||||||
|
|
||||||
if (showMap && linkId(d) in markers)
|
if (showMap && linkId(d) in markers)
|
||||||
markers[linkId(d)]()
|
markers[linkId(d)]()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user