mirror of
https://github.com/status-im/whisper.git
synced 2025-02-24 08:28:06 +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) {
|
if !self.expiry[envelope.Expiry].Has(hash) {
|
||||||
self.expiry[envelope.Expiry].Add(hash)
|
self.expiry[envelope.Expiry].Add(hash)
|
||||||
self.postEvent(envelope)
|
self.postEvent(envelope)
|
||||||
fmt.Println("envelope added", envelope)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user