don't log neighbours
This commit is contained in:
parent
27fd512da5
commit
1e22acfa30
1 changed files with 0 additions and 1 deletions
|
|
@ -1211,7 +1211,6 @@
|
||||||
|
|
||||||
// add node neighbours
|
// add node neighbours
|
||||||
const neighbours = node.neighbour_info?.neighbours ?? [];
|
const neighbours = node.neighbour_info?.neighbours ?? [];
|
||||||
console.log(neighbours);
|
|
||||||
for(const neighbour of neighbours){
|
for(const neighbour of neighbours){
|
||||||
|
|
||||||
// fixme: skipping zero snr? saw some crazy long neighbours with zero snr...
|
// fixme: skipping zero snr? saw some crazy long neighbours with zero snr...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue