From 1e22acfa307562716de3f7c3bf37d5dacb632d20 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Fri, 15 Mar 2024 14:59:16 +1300 Subject: [PATCH] don't log neighbours --- src/public/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/src/public/index.html b/src/public/index.html index f0300d3..9dfb88c 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -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...