Commit 16f61005 authored by obscuren's avatar obscuren

Removed debug log

parent 90f63657
...@@ -184,7 +184,7 @@ func (self *StateObject) Sync() { ...@@ -184,7 +184,7 @@ func (self *StateObject) Sync() {
fmt.Printf("%x %x %x\n", self.Address(), []byte(key), value.Bytes()) fmt.Printf("%x %x %x\n", self.Address(), []byte(key), value.Bytes())
}) })
*/ */
fmt.Printf("%x @:%x\n", self.Address(), self.state.Root()) //fmt.Printf("%x @:%x\n", self.Address(), self.state.Root())
} }
func (c *StateObject) GetInstr(pc *big.Int) *ethutil.Value { func (c *StateObject) GetInstr(pc *big.Int) *ethutil.Value {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment