remove hls print

This commit is contained in:
Roy Olav Purser 2021-05-27 15:47:53 +02:00
parent 755d198743
commit 05bc86a23f
Signed by: roypur
GPG Key ID: E14D26A036F21656

View File

@ -299,7 +299,6 @@ async def rewrite(upstream, current, proxy):
async with proxy.session() as session:
resp = await session.get(upstream)
text = await resp.text()
logger.info(text)
except Exception as e:
logger.info(e)
if text is not None: