提交 eb5cb04a 编写于 作者: Z zelig

no logging in error (to be refactored into p2p)

上级 e5aa38cb
......@@ -2,7 +2,6 @@ package eth
import (
"fmt"
// "github.com/ethereum/go-ethereum/logger"
)
const (
......@@ -45,11 +44,6 @@ func newProtocolError(code int, format string, params ...interface{}) *protocolE
func ProtocolError(code int, format string, params ...interface{}) (err *protocolError) {
err = newProtocolError(code, format, params...)
// report(err)
if err.Fatal() {
logger.Errorln(err)
} else {
logger.Debugln(err)
}
return
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册