From a0605c7447f1d6eeee49add0547b5cd034843daf Mon Sep 17 00:00:00 2001 From: Flowseal Date: Sat, 19 Sep 2026 22:41:37 +0300 Subject: [PATCH] removed debug print closes #1350 --- proxy/raw_websocket.py | 1 - 1 file changed, 1 deletion(-) diff --git a/proxy/raw_websocket.py b/proxy/raw_websocket.py index bdf1c02..dab4778 100644 --- a/proxy/raw_websocket.py +++ b/proxy/raw_websocket.py @@ -88,7 +88,6 @@ class RawWebSocket: path: str = '/apiws', *, sni: Optional[str] = None, secure = True) -> 'RawWebSocket': ssl = _ssl_ctx_fronting if sni else _ssl_ctx - print(f"Connecting to {host} with secure={secure}, sni={sni}, path={path}") if sni is None: sni = domain