Skip to content

Commit

Permalink
MNT: Remove the print statements. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Taher Chegini committed Jan 18, 2025
1 parent 0cd9e3c commit 7c064f6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pynhd/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -707,9 +707,6 @@ def _get_url(offset: int) -> str:
url_kwds["offset"] = offset
return f"{self.query_url}?{'&'.join([f'{k}={v}' for k, v in url_kwds.items()])}"

print(_get_url(0))
print(params)
print(request_method)
resp = ar.retrieve_json([_get_url(0)], [params], request_method=request_method)
resp = cast("list[dict[str, Any]]", resp)
if resp[0].get("code") is not None:
Expand Down

0 comments on commit 7c064f6

Please sign in to comment.