把logger中的重复输出塞进debug,删掉调试打印语句
This commit is contained in:
@@ -94,11 +94,9 @@ class ChatObserver:
|
||||
"""
|
||||
try:
|
||||
# 发送新消息通知
|
||||
# logger.info(f"发送新ccchandleer消息通知: {message}")
|
||||
notification = create_new_message_notification(
|
||||
sender="chat_observer", target="observation_info", message=message
|
||||
)
|
||||
# logger.info(f"发送新消ddddd息通知: {notification}")
|
||||
# print(self.notification_manager)
|
||||
await self.notification_manager.send_notification(notification)
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user