Removed debug log

This commit is contained in:
obscuren 2014-07-10 15:06:46 +02:00
parent e504088b79
commit b7ff773ecf
1 changed files with 0 additions and 3 deletions

View File

@ -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)
}
}