remove logging.info
This commit is contained in:
@@ -133,7 +133,6 @@ class Pipeline:
|
||||
if isinstance(chunk, str):
|
||||
yield chunk
|
||||
else:
|
||||
logger.info("logged message")
|
||||
CONV_STORE.record_message_list(conv_id, chunk)
|
||||
|
||||
async def _astream_res(self, out):
|
||||
|
||||
Reference in New Issue
Block a user