mirror of
https://github.com/status-im/whisper.git
synced 2025-02-23 07:58:14 +00:00
Removed debug message
This commit is contained in:
parent
e30cfa6028
commit
d8e4fe3d99
@ -177,7 +177,6 @@ func (self *Whisper) add(envelope *Envelope) error {
|
||||
if !self.expiry[envelope.Expiry].Has(hash) {
|
||||
self.expiry[envelope.Expiry].Add(hash)
|
||||
self.postEvent(envelope)
|
||||
fmt.Println("envelope added", envelope)
|
||||
}
|
||||
|
||||
return nil
|
||||
|
Loading…
x
Reference in New Issue
Block a user