mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-09 01:13:09 +00:00
fix: remove println
This commit is contained in:
parent
8a7afbf3a4
commit
48aacb4d60
@ -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")
|
||||
}()
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user