Remove debug println

pull/150/head
obscuren 11 years ago
parent 78aad9a192
commit 14d13167a7
  1. 1
      ethchain/state.go

@ -69,7 +69,6 @@ func (self *State) Update() {
if stateObject.remove {
self.DeleteStateObject(stateObject)
} else {
println(ethutil.Bytes2Hex(stateObject.Address()))
self.UpdateStateObject(stateObject)
}
}

Loading…
Cancel
Save