remove hls print

This commit is contained in:
Roy Olav Purser 2021-05-14 18:15:00 +02:00
parent 76ec9db7fd
commit 818315e73d
Signed by: roypur
GPG Key ID: E14D26A036F21656

View File

@ -330,7 +330,6 @@ class MainHandler(tornado.web.RequestHandler):
else:
for key in reversed(streams):
stream = streams.get(key)
logger.info(stream)
if hasattr(stream, "url"):
upstream = stream.url
break