Skip to content

Commit 8b18473

Browse files
committed
SimpleChatTC:SimpleProxy:Cleanup
avoid logically duplicate debug log
1 parent fb982f0 commit 8b18473

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/server/public_simplechat/local.tools/simpleproxy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ def handle_urlreq(ph: ProxyHandler, pr: urllib.parse.ParseResult, tag: str):
154154
Fetch the requested url.
155155
"""
156156
tag=f"UrlReq:{tag}"
157-
print(f"DBUG:{tag}:{pr}")
158157
queryParams = urllib.parse.parse_qs(pr.query)
159158
url = queryParams['url']
160159
print(f"DBUG:{tag}:Url:{url}")

0 commit comments

Comments
 (0)