From cbd95292ac9c4ba7eb30ca121fbe3825ced64f72 Mon Sep 17 00:00:00 2001 From: jhowarth Date: Mon, 2 Mar 2015 11:18:59 -0800 Subject: [PATCH] Remove debugging --- app.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/app.go b/app.go index 31a9070..e87ed98 100644 --- a/app.go +++ b/app.go @@ -196,10 +196,8 @@ func (a *App) RunAsSubcommand(ctx *Context) error { fmt.Println("") if len(a.Commands) > 0 { ShowSubcommandHelp(context) - fmt.Println("subcommands") } else { ShowCommandHelp(ctx, context.Args().First()) - fmt.Println("commands") } fmt.Println("") return cerr