From 284087a32f37d939d0b49c33f4823a24b57f4814 Mon Sep 17 00:00:00 2001 From: Rob Loranger Date: Mon, 9 Sep 2019 10:32:26 -0700 Subject: [PATCH] remove println --- cmd/wf/commands.go | 1 - 1 file changed, 1 deletion(-) 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)