From e6c3212018b6bcbe4a83c3e7c557fc43b0e7571d Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 11 Feb 2017 16:19:24 +0100 Subject: chore: Don't print URLs --- main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index 11f27260e3..b556d606dd 100644 --- a/main.go +++ b/main.go @@ -46,7 +46,7 @@ func main() { os.Exit(1) } - fmt.Println("Login succeeded, you may now (quickly) authenticate OpenVPN with %s as your password", token) + fmt.Printf("Login succeeded, you may now (quickly) authenticate OpenVPN with %d as your password\n", token) } func triggerChallengeResponse(host *string, username *string, password *string) (r Resp, err error) { @@ -76,7 +76,6 @@ func logon(host *string, challenge *Resp, token *string) (err error) { } func request(url string) (r Resp, err error) { - fmt.Println(url) resp, err := http.Get(url) if err != nil { return -- cgit 1.4.1