mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-27 08:07:22 +00:00
Removed debug log
This commit is contained in:
parent
0415e4a637
commit
90f63657cb
1 changed files with 0 additions and 1 deletions
|
|
@ -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()))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue