Removed log

This commit is contained in:
obscuren 2014-06-19 13:45:46 +02:00
parent 9104dcc29c
commit 80ffe1610c
1 changed files with 0 additions and 2 deletions

View File

@ -180,8 +180,6 @@ func (sm *StateManager) ProcessBlock(state *State, parent, block *Block, dontRea
coinbase := state.GetOrNewStateObject(block.Coinbase)
coinbase.SetGasPool(block.CalcGasLimit(parent))
fmt.Println(block.Receipts())
// Process the transactions on to current block
receipts, _, _, _ := sm.ProcessTransactions(coinbase, state, block, parent, block.Transactions())
defer func() {