From 16f61005006751c38607da089a864350d997c52e Mon Sep 17 00:00:00 2001 From: obscuren Date: Thu, 17 Jul 2014 15:11:09 +0200 Subject: [PATCH] Removed debug log --- ethchain/state_object.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {