diff --git a/src/plugins/chat/utils.py b/src/plugins/chat/utils.py index be2748e3..8a419be4 100644 --- a/src/plugins/chat/utils.py +++ b/src/plugins/chat/utils.py @@ -549,6 +549,5 @@ def is_reply_bot_in_message(reply_message) -> bool: if reply_message != None: reply_user_id = reply_message.sender.user_id if reply_user_id == global_config.BOT_QQ: - logger.exception(f"is reply: True") return True return False \ No newline at end of file