Removed debug log

This commit is contained in:
obscuren 2014-07-17 15:01:33 +02:00
parent 0415e4a637
commit 90f63657cb
1 changed files with 0 additions and 1 deletions

View File

@ -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()))