diff options
Diffstat (limited to 'chain/receipt.go')
-rw-r--r-- | chain/receipt.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chain/receipt.go b/chain/receipt.go index 742271fa3..c2e6f53a5 100644 --- a/chain/receipt.go +++ b/chain/receipt.go @@ -35,7 +35,6 @@ func (self *Receipt) RlpValueDecode(decoder *ethutil.Value) { } func (self *Receipt) RlpData() interface{} { - fmt.Println(self.logs.RlpData()) return []interface{}{self.PostState, self.CumulativeGasUsed, self.Bloom, self.logs.RlpData()} } |