mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-15 12:36:48 +00:00
Removed debug message
This commit is contained in:
parent
54605d8c8e
commit
b55fabc7be
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue