don't log neighbours

This commit is contained in:
liamcottle
2024-03-15 14:59:16 +13:00
parent 27fd512da5
commit 1e22acfa30

View File

@ -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...