Removed debug log
This commit is contained in:
parent
e504088b79
commit
b7ff773ecf
@ -1,7 +1,6 @@
|
||||
package ethchain
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/ethereum/eth-go/ethcrypto"
|
||||
"github.com/ethereum/eth-go/ethtrie"
|
||||
"github.com/ethereum/eth-go/ethutil"
|
||||
@ -73,8 +72,6 @@ func (self *State) Update() {
|
||||
} else {
|
||||
stateObject.Sync()
|
||||
|
||||
fmt.Printf("%x %x\n", stateObject.Address(), stateObject.state.Root())
|
||||
|
||||
self.UpdateStateObject(stateObject)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user