Skip to content

Commit 38fd866

Browse files
authored
Remove logs in checkDiscountEligibility (#2146)
1 parent 75889a6 commit 38fd866

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x/wasm/keeper/keeper.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,6 @@ func (k Keeper) checkDiscountEligibility(ctx sdk.Context, checksum []byte, isPin
11921192

11931193
txContracts, ok := types.TxContractsFromContext(ctx)
11941194
if !ok || txContracts.GetContracts() == nil {
1195-
k.Logger(ctx).Warn("cannot get tx contracts from context")
11961195
return ctx, false
11971196
} else if txContracts.Exists(checksum) {
11981197
return ctx, true

0 commit comments

Comments
 (0)