From 4f719d60cdb4822f67d10f4afff1d55257fb51b2 Mon Sep 17 00:00:00 2001 From: Christopher Goes Date: Fri, 19 Oct 2018 20:59:51 +0200 Subject: [PATCH] Remove the print statement --- x/distribution/keeper/allocation.go | 1 - 1 file changed, 1 deletion(-) 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