From 58b93142e358a708eb1cc8c7390fa05592bc6f6b Mon Sep 17 00:00:00 2001 From: Rootul P Date: Wed, 9 Oct 2024 13:29:08 -0400 Subject: [PATCH] Update x/blob/ante/blob_share_decorator.go Co-authored-by: CHAMI Rachid --- x/blob/ante/blob_share_decorator.go | 1 - 1 file changed, 1 deletion(-) diff --git a/x/blob/ante/blob_share_decorator.go b/x/blob/ante/blob_share_decorator.go index b7c9e4f8d3..4937675096 100644 --- a/x/blob/ante/blob_share_decorator.go +++ b/x/blob/ante/blob_share_decorator.go @@ -34,7 +34,6 @@ func (d BlobShareDecorator) AnteHandle(ctx sdk.Context, tx sdk.Tx, simulate bool if ctx.BlockHeader().Version.App == v1.Version { return next(ctx, tx, simulate) } - fmt.Println("calling the ante handler lol") maxBlobShares := d.getMaxBlobShares(ctx) for _, m := range tx.GetMsgs() { if pfb, ok := m.(*blobtypes.MsgPayForBlobs); ok {