Skip to content

Commit 4ac0c1f

Browse files
committed
TUN-9852: Remove fmt.Println from cloudflared access command
1 parent 4dafc15 commit 4ac0c1f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

token/token.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ func getToken(appURL *url.URL, appInfo *AppInfo, useHostOnly bool, autoClose boo
255255
// getTokensFromEdge will attempt to use the transfer service to retrieve an app and org token, save them to disk,
256256
// and return the app token.
257257
func getTokensFromEdge(appURL *url.URL, appAUD, appTokenPath, orgTokenPath string, useHostOnly bool, autoClose bool, isFedramp bool, log *zerolog.Logger) (string, error) {
258-
fmt.Println("Get tokens from edge ", autoClose)
259258
// If no org token exists or if it couldn't be exchanged for an app token, then run the transfer service flow.
260259

261260
// this weird parameter is the resource name (token) and the key/value

0 commit comments

Comments
 (0)