gaiad: don't print command twice

This commit is contained in:
Zach Ramsay 2018-05-15 18:30:06 -04:00
parent a2ba50718e
commit d6708a40e8
1 changed files with 0 additions and 1 deletions

View File

@ -79,7 +79,6 @@ func AddCommands(
ShowNodeIDCmd(ctx),
ShowValidatorCmd(ctx),
ExportCmd(ctx, cdc, appExport),
UnsafeResetAllCmd(ctx),
version.VersionCmd,
)
}