mirror of
https://github.com/status-im/go-waku.git
synced 2025-02-04 18:03:33 +00:00
fix: remove print
This commit is contained in:
parent
d5279e0251
commit
d1931a6c69
@ -94,9 +94,7 @@ func (w *WakuNode) connectednessListener() {
|
|||||||
case <-w.quit:
|
case <-w.quit:
|
||||||
return
|
return
|
||||||
case a := <-w.protocolEventSub.Out():
|
case a := <-w.protocolEventSub.Out():
|
||||||
fmt.Println(a)
|
|
||||||
case b := <-w.identificationEventSub.Out():
|
case b := <-w.identificationEventSub.Out():
|
||||||
fmt.Println(b)
|
|
||||||
case <-w.connectionNotif.DisconnectChan:
|
case <-w.connectionNotif.DisconnectChan:
|
||||||
}
|
}
|
||||||
w.sendConnStatus()
|
w.sendConnStatus()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user