Commit b55fabc7 authored by obscuren's avatar obscuren

Removed debug message

parent 54605d8c
...@@ -177,7 +177,6 @@ func (self *Whisper) add(envelope *Envelope) error { ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment