diff options
author | obscuren <geffobscura@gmail.com> | 2014-07-17 21:11:09 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-07-17 21:11:09 +0800 |
commit | 16f61005006751c38607da089a864350d997c52e (patch) | |
tree | e57fd62c060cfe1e376ec60e3fcb64af65f8344e | |
parent | 90f63657cbcbf6768cd146d17d176d2a0ee4b778 (diff) | |
download | go-tangerine-16f61005006751c38607da089a864350d997c52e.tar go-tangerine-16f61005006751c38607da089a864350d997c52e.tar.gz go-tangerine-16f61005006751c38607da089a864350d997c52e.tar.bz2 go-tangerine-16f61005006751c38607da089a864350d997c52e.tar.lz go-tangerine-16f61005006751c38607da089a864350d997c52e.tar.xz go-tangerine-16f61005006751c38607da089a864350d997c52e.tar.zst go-tangerine-16f61005006751c38607da089a864350d997c52e.zip |
Removed debug log
-rw-r--r-- | ethchain/state_object.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ethchain/state_object.go b/ethchain/state_object.go index a4225991a..8e7b5fece 100644 --- a/ethchain/state_object.go +++ b/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 { |