don't log neighbours
This commit is contained in:
@ -1211,7 +1211,6 @@
|
||||
|
||||
// add node neighbours
|
||||
const neighbours = node.neighbour_info?.neighbours ?? [];
|
||||
console.log(neighbours);
|
||||
for(const neighbour of neighbours){
|
||||
|
||||
// fixme: skipping zero snr? saw some crazy long neighbours with zero snr...
|
||||
|
Reference in New Issue
Block a user