From fb72816f2e99da7e0ac9fc445dea6833568cea2a Mon Sep 17 00:00:00 2001 From: aljo242 Date: Thu, 23 Feb 2023 07:32:22 -0500 Subject: [PATCH] remove --- x/mint/client/cli/query.go | 1 - 1 file changed, 1 deletion(-) diff --git a/x/mint/client/cli/query.go b/x/mint/client/cli/query.go index ee99d35bc..a68eeeaab 100644 --- a/x/mint/client/cli/query.go +++ b/x/mint/client/cli/query.go @@ -13,7 +13,6 @@ import ( // GetQueryCmd returns the cli query commands for the minting module. func GetQueryCmd() *cobra.Command { - fmt.Println("A") mintingQueryCmd := &cobra.Command{ Use: types.ModuleName, Short: fmt.Sprintf("Querying commands for the %s module", types.ModuleName),