把logger中的重复输出塞进debug,删掉调试打印语句

This commit is contained in:
Bakadax
2025-04-27 18:40:17 +08:00
parent 71f35d8f73
commit 60b3187227
5 changed files with 2 additions and 12 deletions

View File

@@ -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: