From efbc1f8ed4a82de0ebf7a9405fcb51a90867a71d Mon Sep 17 00:00:00 2001 From: Alex Johnson Date: Tue, 28 Feb 2023 16:48:01 -0800 Subject: [PATCH] remove (#319) --- 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),