remove print call

This commit is contained in:
Luna Mendes 2018-06-17 17:09:34 -03:00
parent 39d85d1a1a
commit c78e4c5f76
1 changed files with 0 additions and 2 deletions

View File

@ -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]