diff --git a/litecord/gateway/gateway.py b/litecord/gateway/gateway.py index ef4eff7..ec2cff6 100644 --- a/litecord/gateway/gateway.py +++ b/litecord/gateway/gateway.py @@ -6,8 +6,6 @@ async def websocket_handler(ws, url): urllib.parse.urlparse(url).query ) - print(qs) - try: gw_version = qs['v'][0] gw_encoding = qs['encoding'][0]