good morning!!!!

Skip to content
Snippets Groups Projects
Commit b55fabc7 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

Removed debug message

parent 54605d8c
Branches
Tags
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment