From 4ac0c1f2d74de5501d67f4183a10117811ee0ab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20=22Pisco=22=20Fernandes?= Date: Fri, 19 Sep 2025 14:45:28 +0100 Subject: [PATCH] TUN-9852: Remove fmt.Println from cloudflared access command --- token/token.go | 1 - 1 file changed, 1 deletion(-) diff --git a/token/token.go b/token/token.go index 555a7f69..ac1de27e 100644 --- a/token/token.go +++ b/token/token.go @@ -255,7 +255,6 @@ func getToken(appURL *url.URL, appInfo *AppInfo, useHostOnly bool, autoClose boo // getTokensFromEdge will attempt to use the transfer service to retrieve an app and org token, save them to disk, // and return the app token. func getTokensFromEdge(appURL *url.URL, appAUD, appTokenPath, orgTokenPath string, useHostOnly bool, autoClose bool, isFedramp bool, log *zerolog.Logger) (string, error) { - fmt.Println("Get tokens from edge ", autoClose) // If no org token exists or if it couldn't be exchanged for an app token, then run the transfer service flow. // this weird parameter is the resource name (token) and the key/value