diff --git a/cmd/wf/commands.go b/cmd/wf/commands.go index 6a4950b..1a9e6c4 100644 --- a/cmd/wf/commands.go +++ b/cmd/wf/commands.go @@ -55,7 +55,6 @@ func requireAuth(f cli.ActionFunc, action string) cli.ActionFunc { } else if num > 0 { return cli.NewExitError("You are authenticated, but have no default user/host set. Supply -user and -host flags.", 1) } - fmt.Println(num) } } u, err := config.LoadUser(c)