aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/util.go
diff options
context:
space:
mode:
authorTaylor Gerring <taylor.gerring@gmail.com>2015-03-20 02:21:42 +0800
committerTaylor Gerring <taylor.gerring@gmail.com>2015-03-20 02:21:42 +0800
commit1f2de6ecd546a094c4bead52c88963b74ed6b66a (patch)
tree854fcef5f720c93afc452b380cbed350b69d1201 /rpc/util.go
parentd670c861d7b7acb9983fdad065b2b67b0d598c45 (diff)
downloaddexon-1f2de6ecd546a094c4bead52c88963b74ed6b66a.tar.gz
dexon-1f2de6ecd546a094c4bead52c88963b74ed6b66a.tar.zst
dexon-1f2de6ecd546a094c4bead52c88963b74ed6b66a.zip
Remove extra logger
Diffstat (limited to 'rpc/util.go')
-rw-r--r--rpc/util.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/rpc/util.go b/rpc/util.go
index 9a1d11bf1..e2442b9fb 100644
--- a/rpc/util.go
+++ b/rpc/util.go
@@ -19,13 +19,10 @@ package rpc
import (
"time"
- "github.com/ethereum/go-ethereum/logger"
"github.com/ethereum/go-ethereum/state"
"github.com/ethereum/go-ethereum/xeth"
)
-var rpclogger = logger.NewLogger("RPC")
-
type whisperFilter struct {
messages []xeth.WhisperMessage
timeout time.Time