logger: remove Core verbosity level (#3659)
This commit is contained in:
committed by
Jeffrey Wilcke
parent
a973d1d523
commit
c8695fae35
@ -239,7 +239,7 @@ func (self *LightState) GetOrNewStateObject(ctx context.Context, addr common.Add
|
||||
|
||||
// newStateObject creates a state object whether it exists in the state or not
|
||||
func (self *LightState) newStateObject(addr common.Address) *StateObject {
|
||||
if glog.V(logger.Core) {
|
||||
if glog.V(logger.Debug) {
|
||||
glog.Infof("(+) %x\n", addr)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user