From d8e4fe3d993f6ce5da6a1a344f617c6d13340c5b Mon Sep 17 00:00:00 2001 From: obscuren Date: Mon, 15 Dec 2014 22:18:58 +0100 Subject: [PATCH] Removed debug message --- whisper.go | 1 - 1 file changed, 1 deletion(-) diff --git a/whisper.go b/whisper.go index b16ccd1..32e9513 100644 --- a/whisper.go +++ b/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