forked from cerc-io/plugeth
Removed debug log
This commit is contained in:
parent
8e14545282
commit
2d9b3aa537
@ -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 New Issue
Block a user