fix: remove print

This commit is contained in:
Richard Ramos 2022-02-24 09:37:10 -04:00
parent d5279e0251
commit d1931a6c69
No known key found for this signature in database
GPG Key ID: BD36D48BC9FFC88C
1 changed files with 0 additions and 2 deletions

View File

@ -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()