diff options
Diffstat (limited to 'ethchain/state.go')
-rw-r--r-- | ethchain/state.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ethchain/state.go b/ethchain/state.go index 9748da1bc..684b81102 100644 --- a/ethchain/state.go +++ b/ethchain/state.go @@ -61,7 +61,6 @@ func (self *State) UpdateStateObject(stateObject *StateObject) { addr := stateObject.Address() ethutil.Config.Db.Put(ethcrypto.Sha3Bin(stateObject.Script()), stateObject.Script()) - fmt.Printf("balance %v %p\n", stateObject.Amount, stateObject) self.trie.Update(string(addr), string(stateObject.RlpEncode())) |