remove hls print
This commit is contained in:
		@@ -299,7 +299,6 @@ async def rewrite(upstream, current, proxy):
 | 
				
			|||||||
        async with proxy.session() as session:
 | 
					        async with proxy.session() as session:
 | 
				
			||||||
            resp = await session.get(upstream)
 | 
					            resp = await session.get(upstream)
 | 
				
			||||||
            text = await resp.text()
 | 
					            text = await resp.text()
 | 
				
			||||||
            logger.info(text)
 | 
					 | 
				
			||||||
    except Exception as e:
 | 
					    except Exception as e:
 | 
				
			||||||
        logger.info(e)
 | 
					        logger.info(e)
 | 
				
			||||||
    if text is not None:
 | 
					    if text is not None:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user