Removed debug log

This commit is contained in:
obscuren
2014-05-01 22:13:59 +02:00
parent d2ab322267
commit e6a68f0c3a
3 changed files with 33 additions and 36 deletions

View File

@ -80,7 +80,6 @@ func (c *StateObject) SetAddr(addr []byte, value interface{}) {
func (c *StateObject) SetMem(num *big.Int, val *ethutil.Value) {
addr := ethutil.BigToBytes(num, 256)
c.SetAddr(addr, val)
//c.state.trie.Update(string(addr), string(val.Encode()))
}
func (c *StateObject) GetMem(num *big.Int) *ethutil.Value {