Skip to content

Commit 3fe4e31

Browse files
committed
Merge branch 'release_24.0' into release_24.1
2 parents 462dc83 + 3a7feba commit 3fe4e31

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
@@ -121,7 +121,6 @@ def refresh(self, trans, custos_authnz_token):
121121
# do not refresh tokens if they didn't reach their half lifetime
122122
if int(id_token_decoded["iat"]) + int(id_token_decoded["exp"]) > 2 * int(time.time()):
123123
return False
124-
log.info(custos_authnz_token.access_token)
125124
oauth2_session = self._create_oauth2_session()
126125
token_endpoint = self.config.token_endpoint
127126
if self.config.iam_client_secret:

0 commit comments

Comments
 (0)