Skip to content

Commit 3a7feba

Browse files
committed
Merge branch 'release_23.2' into release_24.0
2 parents a1418f3 + a47c0df commit 3a7feba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/galaxy/authnz/custos_authnz.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ def refresh(self, trans, custos_authnz_token):
119119
# do not refresh tokens if they didn't reach their half lifetime
120120
if int(id_token_decoded["iat"]) + int(id_token_decoded["exp"]) > 2 * int(time.time()):
121121
return False
122-
log.info(custos_authnz_token.access_token)
123122
oauth2_session = self._create_oauth2_session()
124123
token_endpoint = self.config.token_endpoint
125124
if self.config.iam_client_secret:

0 commit comments

Comments
 (0)