Skip to content

Commit 1b224da

Browse files
authored
Merge pull request #91 from stax-labs/remove-print-statement
remove print statement from auth module
2 parents bfc1267 + a4ba5e8 commit 1b224da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

staxapp/auth.py

-1
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)