Commit 14d13167 authored by obscuren's avatar obscuren

Remove debug println

parent 78aad9a1
...@@ -69,7 +69,6 @@ func (self *State) Update() { ...@@ -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)
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment