mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-04-13 05:08:35 +00:00
Removed debug log
This commit is contained in:
parent
90f63657cb
commit
16f6100500
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue