Skip to content

Commit 11ef882

Browse files
committed
remove print
1 parent ec237f4 commit 11ef882

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tale/tio/if_browser_io.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ def __call__(self, environ: Dict[str, Any], start_response: WsgiStartResponseTyp
241241
elif method == "GET":
242242
qs = environ.get("QUERY_STRING", "")
243243
parameters = squash_parameters(parse_qs(qs, encoding="UTF-8"))
244-
print("Request: ", path, parameters)
245244
return self.wsgi_route(environ, path[5:], parameters, start_response)
246245
else:
247246
return self.wsgi_invalid_request(start_response)

0 commit comments

Comments
 (0)