Skip to content

Commit

Permalink
Taking out rest of print. duh
Browse files Browse the repository at this point in the history
  • Loading branch information
robotrapta committed Feb 14, 2024
1 parent 4920b33 commit 2efef36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/groundlight/internalapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ def decorated(*args, **kwargs): # pylint: disable=inconsistent-return-statement

while retry_count <= self.max_retries:
try:
datetime.now().isoformat()
return function(*args, **kwargs)
except ApiException as e:
is_retryable = (e.status is not None) and (e.status in self.status_code_range)
Expand Down

0 comments on commit 2efef36

Please sign in to comment.