From e2325d1ad8b03d05b404ad3cb3626a12638899cb Mon Sep 17 00:00:00 2001 From: iyear Date: Wed, 1 Apr 2020 21:45:44 +0800 Subject: [PATCH] Update --- outlook.go | 1 - 1 file changed, 1 deletion(-) diff --git a/outlook.go b/outlook.go index 1d8ac38..57ed55f 100644 --- a/outlook.go +++ b/outlook.go @@ -42,7 +42,6 @@ func MSFirGetToken(code, cid, cse string) (access string, refresh string) { resp, err := client.Do(req) defer resp.Body.Close() content, err := ioutil.ReadAll(resp.Body) - fmt.Println(string(content)) if err != nil { fmt.Println("Fatal error ") }