aboutsummaryrefslogtreecommitdiffstats
path: root/whisper/whisper.go
diff options
context:
space:
mode:
Diffstat (limited to 'whisper/whisper.go')
-rw-r--r--whisper/whisper.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/whisper/whisper.go b/whisper/whisper.go
index b16ccd1e9..32e951385 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