From ecddfb96bc601d2a817ddf9ec81928ae9178ad89 Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Fri, 20 Sep 2024 15:51:07 +0530 Subject: [PATCH] Remove unnecessary log --- x/auction/msgs.go | 1 - 1 file changed, 1 deletion(-) diff --git a/x/auction/msgs.go b/x/auction/msgs.go index 7634135f..2945ca35 100644 --- a/x/auction/msgs.go +++ b/x/auction/msgs.go @@ -27,7 +27,6 @@ func NewMsgCreateAuction( numProviders int32, signer sdk.AccAddress, ) MsgCreateAuction { - fmt.Print(signer.String()) return MsgCreateAuction{ CommitsDuration: commitsDuration, RevealsDuration: revealsDuration,