diff --git a/public/index.html b/public/index.html index 65144d1..781c442 100644 --- a/public/index.html +++ b/public/index.html @@ -84,7 +84,7 @@ - + diff --git a/public/packets.js b/public/packets.js index 0ff64aa..5ce7565 100644 --- a/public/packets.js +++ b/public/packets.js @@ -257,7 +257,6 @@ } catch {} } wsHandler = debouncedOnWS(function (msgs) { - console.log('[packets-ws] batch:', msgs.length, 'paused:', packetsPaused); if (packetsPaused) { pauseBuffer.push(...msgs); const btn = document.getElementById('pktPauseBtn'); @@ -282,7 +281,6 @@ if (filters.node && !(p.decoded_json || '').includes(filters.node)) return false; return true; }); - console.log('[packets-ws] newPkts:', newPkts.length, 'filtered:', filtered.length, 'filters:', JSON.stringify(filters)); if (!filtered.length) return; // Resolve any new hops, then update and re-render