mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-27 08:07:22 +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 {
|
||||
self.DeleteStateObject(stateObject)
|
||||
} else {
|
||||
println(ethutil.Bytes2Hex(stateObject.Address()))
|
||||
self.UpdateStateObject(stateObject)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue