Skip to content

Commit

Permalink
fix: remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
maocorte committed Jun 21, 2024
1 parent 8479099 commit 677d7c6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ def __callback(
response: requests.Response,
) -> tuple[JobStatus, Optional[DataQuality]]:
try:
print(response.text)
response_json = response.json()
job_status = JobStatus(response_json["jobStatus"])
if "dataQuality" in response_json:
Expand Down

0 comments on commit 677d7c6

Please sign in to comment.