good morning!!!!

Skip to content
Snippets Groups Projects
Commit b7ff773e authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

Removed debug log

parent e504088b
No related branches found
No related tags found
No related merge requests found
package ethchain package ethchain
import ( import (
"fmt"
"github.com/ethereum/eth-go/ethcrypto" "github.com/ethereum/eth-go/ethcrypto"
"github.com/ethereum/eth-go/ethtrie" "github.com/ethereum/eth-go/ethtrie"
"github.com/ethereum/eth-go/ethutil" "github.com/ethereum/eth-go/ethutil"
...@@ -73,8 +72,6 @@ func (self *State) Update() { ...@@ -73,8 +72,6 @@ func (self *State) Update() {
} else { } else {
stateObject.Sync() stateObject.Sync()
fmt.Printf("%x %x\n", stateObject.Address(), stateObject.state.Root())
self.UpdateStateObject(stateObject) self.UpdateStateObject(stateObject)
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment