Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
srijan55 committed Oct 3, 2024
1 parent 989543a commit 96d3225
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pctasks/client/pctasks/client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,10 +287,6 @@ def get_workflow(self, workflow_id: str) -> Optional[WorkflowRecord]:
)
return WorkflowRecordResponse.parse_obj(result).record
except HTTPError as e:
logger.debug(e.request.url)
logger.debug(e.request.body)
logger.debug(e.response.text)
logger.debug(e.response.status_code)
if e.response.status_code == 404:
return None
raise
Expand Down

0 comments on commit 96d3225

Please sign in to comment.