Skip to content

Commit

Permalink
Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
k-burt-uch committed Jan 24, 2025
1 parent 2fa8f34 commit 7f1477d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fence/sync/passport_sync/ras_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def _parse_single_visa(self, user, encoded_visa, expires, parse_consent_code):
project = {}
info = {}
info["tags"] = {}

self.logger.info(f"decoded_visa: {decoded_visa}")
if time.time() < expires:
for permission in ras_dbgap_permissions:
phsid = permission.get("phs_id", "")
Expand Down

0 comments on commit 7f1477d

Please sign in to comment.