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