Skip to content

Commit

Permalink
🔥 remove debug print in prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Nov 17, 2024
1 parent 5d9b5e3 commit ce15eb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/niquests/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@ def prepare_url(
"""Prepares the given HTTP URL."""
assert url is not None, "Missing URL in PreparedRequest"

print(url, base_url)
if base_url is not None:
if parse_scheme(url, default="") == "":
if base_url.endswith("/"):
Expand Down

0 comments on commit ce15eb6

Please sign in to comment.