Skip to content

Commit a47c0df

Browse files
committed
Merge branch 'release_23.1' into release_23.2
2 parents 63b92e7 + 01cbccd commit a47c0df

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
@@ -104,7 +104,6 @@ def refresh(self, trans, custos_authnz_token):
104104
# do not refresh tokens if they didn't reach their half lifetime
105105
if int(id_token_decoded["iat"]) + int(id_token_decoded["exp"]) > 2 * int(time.time()):
106106
return False
107-
log.info(custos_authnz_token.access_token)
108107
oauth2_session = self._create_oauth2_session()
109108
token_endpoint = self.config.token_endpoint
110109
if self.config.iam_client_secret:

0 commit comments

Comments
 (0)