remove hls print
This commit is contained in:
parent
755d198743
commit
05bc86a23f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user