Skip to content

Commit

Permalink
Removed debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
obscuren committed Dec 15, 2014
1 parent 54605d8 commit b55fabc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion whisper/whisper.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b55fabc

Please sign in to comment.