Remove the print statement

This commit is contained in:
Christopher Goes 2018-10-19 20:59:51 +02:00
parent d9916f99eb
commit 4f719d60cd
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ func (k Keeper) AllocateTokens(ctx sdk.Context, percentVotes sdk.Dec, proposer s
// get the fees which have been getting collected through all the
// transactions in the block
feesCollected := k.feeCollectionKeeper.GetCollectedFees(ctx)
fmt.Printf("fees collected: %v\n", feesCollected)
feesCollectedDec := types.NewDecCoins(feesCollected)
// allocated rewards to proposer