mirror of https://gitlab.com/litecord/litecord.git
remove print call
This commit is contained in:
parent
39d85d1a1a
commit
c78e4c5f76
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue