1
0
mirror of https://github.com/writeas/writeas-cli synced 2025-07-26 23:08:16 +00:00

remove println

This commit is contained in:
Rob Loranger 2019-09-09 10:32:26 -07:00
parent d8d41a9729
commit 284087a32f
No known key found for this signature in database
GPG Key ID: D6F1633A4F0903B8

View File

@ -55,7 +55,6 @@ func requireAuth(f cli.ActionFunc, action string) cli.ActionFunc {
} else if num > 0 { } else if num > 0 {
return cli.NewExitError("You are authenticated, but have no default user/host set. Supply -user and -host flags.", 1) 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) u, err := config.LoadUser(c)