Removed debug log

poc8
obscuren 10 years ago
parent 90f63657cb
commit 16f6100500
  1. 2
      ethchain/state_object.go

@ -184,7 +184,7 @@ func (self *StateObject) Sync() {
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 {

Loading…
Cancel
Save