Skip to content

Commit 7d68902

Browse files
committed
Remove debug print
1 parent d90c58a commit 7d68902

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

proxy/http/server/reverse.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ def handle_request(self, request: HttpParser) -> None:
7171
break
7272
else:
7373
raise ValueError('Invalid route')
74-
print(self.choice)
7574
assert self.choice and self.choice.hostname
7675
port = self.choice.port or \
7776
DEFAULT_HTTP_PORT \

0 commit comments

Comments
 (0)