mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-13 08:04:53 +00:00
Removed debug message
This commit is contained in:
parent
54605d8c8e
commit
b55fabc7be
@ -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