diff --git a/x/distribution/keeper/allocation.go b/x/distribution/keeper/allocation.go index 67fde398a1..debf0eb620 100644 --- a/x/distribution/keeper/allocation.go +++ b/x/distribution/keeper/allocation.go @@ -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