forked from cerc-io/plugeth
Remove debug println
This commit is contained in:
parent
78aad9a192
commit
14d13167a7
@ -69,7 +69,6 @@ func (self *State) Update() {
|
||||
if stateObject.remove {
|
||||
self.DeleteStateObject(stateObject)
|
||||
} else {
|
||||
println(ethutil.Bytes2Hex(stateObject.Address()))
|
||||
self.UpdateStateObject(stateObject)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user