aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-07-17 21:11:09 +0800
committerobscuren <geffobscura@gmail.com>2014-07-17 21:11:09 +0800
commit16f61005006751c38607da089a864350d997c52e (patch)
treee57fd62c060cfe1e376ec60e3fcb64af65f8344e /ethchain
parent90f63657cbcbf6768cd146d17d176d2a0ee4b778 (diff)
downloadgo-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
Diffstat (limited to 'ethchain')
-rw-r--r--ethchain/state_object.go2
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 {