From d6708a40e85748b8d5b4c876b9952c2f07e51eb8 Mon Sep 17 00:00:00 2001 From: Zach Ramsay Date: Tue, 15 May 2018 18:30:06 -0400 Subject: [PATCH] gaiad: don't print command twice --- server/util.go | 1 - 1 file changed, 1 deletion(-) diff --git a/server/util.go b/server/util.go index 313d4fc5b..f44cc2d72 100644 --- a/server/util.go +++ b/server/util.go @@ -79,7 +79,6 @@ func AddCommands( ShowNodeIDCmd(ctx), ShowValidatorCmd(ctx), ExportCmd(ctx, cdc, appExport), - UnsafeResetAllCmd(ctx), version.VersionCmd, ) }