mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-11 02:26:38 +00:00
Remove debug println
This commit is contained in:
parent
78aad9a192
commit
14d13167a7
1 changed files with 0 additions and 1 deletions
|
|
@ -69,7 +69,6 @@ func (self *State) Update() {
|
||||||
if stateObject.remove {
|
if stateObject.remove {
|
||||||
self.DeleteStateObject(stateObject)
|
self.DeleteStateObject(stateObject)
|
||||||
} else {
|
} else {
|
||||||
println(ethutil.Bytes2Hex(stateObject.Address()))
|
|
||||||
self.UpdateStateObject(stateObject)
|
self.UpdateStateObject(stateObject)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue