fix: remove println

This commit is contained in:
Richard Ramos 2021-11-22 18:40:29 -04:00
parent 8a7afbf3a4
commit 48aacb4d60
No known key found for this signature in database
GPG Key ID: 80D4B01265FDFE8F

View File

@ -199,9 +199,7 @@ func (d *DiscoveryV5) listen() error {
if d.NAT != nil {
if !d.udpAddr.IP.IsLoopback() {
go func() {
fmt.Println("A")
nat.Map(d.NAT, d.quit, "udp", d.udpAddr.Port, d.udpAddr.Port, "go-waku discv5 discovery")
fmt.Println("B")
}()
}
}