Skip to content

Commit a4ba5e8

Browse files
committed
remove print statement from auth module
1 parent bfc1267 commit a4ba5e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

staxapp/auth.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ class ApiTokenAuth:
152152
@staticmethod
153153
def requests_auth(config: StaxConfig, **kwargs):
154154
# Minimize the potential for token to expire while still being used for auth (say within a lambda function)
155-
print(config.api_auth_retry_config.token_expiry_threshold)
156155
if config.expiration and config.expiration - timedelta(
157156
minutes=config.api_auth_retry_config.token_expiry_threshold
158157
) > datetime.now(timezone.utc):

0 commit comments

Comments
 (0)