Remove unnecessary log
Some checks failed
Build / build (pull_request) Successful in 2m44s
Protobuf / lint (pull_request) Successful in 26s
Integration Tests / test-integration (pull_request) Successful in 2m41s
E2E Tests / test-e2e (pull_request) Successful in 4m16s
Unit Tests / test-unit (pull_request) Successful in 2m16s
SDK Tests / sdk_tests_authority_auctions (pull_request) Failing after 6m25s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Successful in 8m12s
SDK Tests / sdk_tests (pull_request) Failing after 10m5s

This commit is contained in:
Prathamesh Musale 2024-09-20 15:51:07 +05:30
parent 3fcab10496
commit ecddfb96bc

View File

@ -27,7 +27,6 @@ func NewMsgCreateAuction(
numProviders int32, numProviders int32,
signer sdk.AccAddress, signer sdk.AccAddress,
) MsgCreateAuction { ) MsgCreateAuction {
fmt.Print(signer.String())
return MsgCreateAuction{ return MsgCreateAuction{
CommitsDuration: commitsDuration, CommitsDuration: commitsDuration,
RevealsDuration: revealsDuration, RevealsDuration: revealsDuration,