Skip to content

Commit 65670dd

Browse files
authored
fix(auth): remove debug print statement for bearer token in ConfigureAuthentication (#280)
1 parent 997c609 commit 65670dd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

common/auth/config.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,6 @@ func ConfigureAuthentication(config *rest.Config, auth *gatewayv1alpha1.AuthConf
296296
}
297297

298298
config.BearerToken = tokenRequest.Status.Token
299-
300-
fmt.Println("Token:", config.BearerToken)
301299
return nil
302300
}
303301

0 commit comments

Comments
 (0)