diff options
author | Taylor Gerring <taylor.gerring@gmail.com> | 2015-03-20 02:21:42 +0800 |
---|---|---|
committer | Taylor Gerring <taylor.gerring@gmail.com> | 2015-03-20 02:21:42 +0800 |
commit | 1f2de6ecd546a094c4bead52c88963b74ed6b66a (patch) | |
tree | 854fcef5f720c93afc452b380cbed350b69d1201 /rpc/util.go | |
parent | d670c861d7b7acb9983fdad065b2b67b0d598c45 (diff) | |
download | dexon-1f2de6ecd546a094c4bead52c88963b74ed6b66a.tar.gz dexon-1f2de6ecd546a094c4bead52c88963b74ed6b66a.tar.zst dexon-1f2de6ecd546a094c4bead52c88963b74ed6b66a.zip |
Remove extra logger
Diffstat (limited to 'rpc/util.go')
-rw-r--r-- | rpc/util.go | 3 |
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 |