SimpleChatTC:SimpleProxy:Cleanup
avoid logically duplicate debug log
This commit is contained in:
parent
4c1c363504
commit
9e97880dde
|
|
@ -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}")
|
||||
|
|
|
|||
Loading…
Reference in New Issue