mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-14 03:56:36 +00:00
Removed debug log
This commit is contained in:
parent
8e14545282
commit
2d9b3aa537
1 changed files with 0 additions and 2 deletions
|
|
@ -2,7 +2,6 @@ package xeth
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/ethereum/go-ethereum/crypto"
|
"github.com/ethereum/go-ethereum/crypto"
|
||||||
|
|
@ -75,7 +74,6 @@ func (self *Whisper) Watch(opts *Options) int {
|
||||||
filter.Fn = func(msg *whisper.Message) {
|
filter.Fn = func(msg *whisper.Message) {
|
||||||
opts.Fn(NewWhisperMessage(msg))
|
opts.Fn(NewWhisperMessage(msg))
|
||||||
}
|
}
|
||||||
fmt.Println("new filter", filter)
|
|
||||||
|
|
||||||
i = self.Whisper.Watch(filter)
|
i = self.Whisper.Watch(filter)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue