Skip to content

Commit fd9223f

Browse files
committed
Remove extra log
1 parent 46937e1 commit fd9223f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

chat_server/blueprints/chat.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ async def get_live_conversation(
210210
build_message_json(raw_message=message_data[i], skin=model.skin)
211211
for i in range(len(message_data))
212212
]
213-
LOG.info(f"Returning live conversation: {conversation_data}")
214213

215214
return conversation_data
216215

0 commit comments

Comments
 (0)