SimpleChatTC:SimpleProxy:Cleanup

avoid logically duplicate debug log
This commit is contained in:
hanishkvc 2025-10-24 04:18:36 +05:30
parent 4c1c363504
commit 9e97880dde
1 changed files with 0 additions and 1 deletions

View File

@ -154,7 +154,6 @@ def handle_urlreq(ph: ProxyHandler, pr: urllib.parse.ParseResult, tag: str):
Fetch the requested url.
"""
tag=f"UrlReq:{tag}"
print(f"DBUG:{tag}:{pr}")
queryParams = urllib.parse.parse_qs(pr.query)
url = queryParams['url']
print(f"DBUG:{tag}:Url:{url}")