diff --git a/x/concentrated-liquidity/incentives.go b/x/concentrated-liquidity/incentives.go index f60d8fa4319..dbe0d368ce6 100644 --- a/x/concentrated-liquidity/incentives.go +++ b/x/concentrated-liquidity/incentives.go @@ -863,7 +863,6 @@ func (k Keeper) redepositForfeitedIncentives(ctx sdk.Context, poolId uint64, own } for uptimeIndex := range uptimeAccums { - fmt.Println("scaledForfeitedIncentivesByUptime: ", scaledForfeitedIncentivesByUptime) curUptimeForfeited := scaledForfeitedIncentivesByUptime[uptimeIndex] if curUptimeForfeited.IsZero() { continue