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)
|
||||
})
|
||||
|
||||
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)]()
|
||||
|
||||
|
|
Loading…
Reference in a new issue