logger: remove Core verbosity level (#3659)

This commit is contained in:
Felix Lange
2017-02-15 10:14:44 +01:00
committed by Jeffrey Wilcke
parent a973d1d523
commit c8695fae35
8 changed files with 17 additions and 18 deletions

View File

@ -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)
}