From 16022dd701d71a727108cc1995b7886a3e8b0d2b Mon Sep 17 00:00:00 2001 From: alpo Date: Mon, 18 Mar 2024 22:18:35 -0700 Subject: [PATCH] remove prints --- x/concentrated-liquidity/incentives.go | 1 - 1 file changed, 1 deletion(-) 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