Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpinYukseloglu committed Mar 19, 2024
1 parent bd15076 commit 16022dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/concentrated-liquidity/incentives.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16022dd

Please sign in to comment.