diff --git a/whisper/whisper.go b/whisper/whisper.go index b16ccd1e9a..32e951385d 100644 --- a/whisper/whisper.go +++ b/whisper/whisper.go @@ -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