aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/state.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethchain/state.go')
-rw-r--r--ethchain/state.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/ethchain/state.go b/ethchain/state.go
index 6abf21c39..f5c038226 100644
--- a/ethchain/state.go
+++ b/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)
}
}