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)