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