aboutsummaryrefslogtreecommitdiffstats
path: root/state/state_object.go
diff options
context:
space:
mode:
Diffstat (limited to 'state/state_object.go')
-rw-r--r--state/state_object.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/state/state_object.go b/state/state_object.go
index 70a1766ce..dde058e12 100644
--- a/state/state_object.go
+++ b/state/state_object.go
@@ -301,7 +301,6 @@ func (self *StateObject) CreateOutputForDiff() {
// State object encoding methods
func (c *StateObject) RlpEncode() []byte {
- fmt.Printf("%x %x\n", c.State.Trie.Root, c.CodeHash())
return ethutil.Encode([]interface{}{c.Nonce, c.balance, c.State.Trie.Root, c.CodeHash()})
}