Removed debug log

This commit is contained in:
obscuren 2015-01-30 17:00:33 +01:00
parent 8e14545282
commit 2d9b3aa537

View File

@ -2,7 +2,6 @@ package xeth
import (
"errors"
"fmt"
"time"
"github.com/ethereum/go-ethereum/crypto"
@ -75,7 +74,6 @@ func (self *Whisper) Watch(opts *Options) int {
filter.Fn = func(msg *whisper.Message) {
opts.Fn(NewWhisperMessage(msg))
}
fmt.Println("new filter", filter)
i = self.Whisper.Watch(filter)