From a0b50585448c4c5589fadb2aa841dad750577f07 Mon Sep 17 00:00:00 2001 From: jdl Date: Wed, 15 Jan 2025 08:52:07 +0100 Subject: [PATCH] Cleanup --- node/supervisor.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/node/supervisor.go b/node/supervisor.go index 3b743ca..6b5e96a 100644 --- a/node/supervisor.go +++ b/node/supervisor.go @@ -381,8 +381,6 @@ func (s *stateClient) OnLocalDiscovery(msg controlMsg[localDiscoveryPacket]) { return } - // Send probe. - // // The source port will be the multicast port, so we'll have to // construct the correct address using the peer's listed port. s.localDiscoveryAddr = netip.AddrPortFrom(msg.SrcAddr.Addr(), s.peer.Port)