去除无用打印语句

pull/588/head
Bakadax 2025-03-27 09:49:51 +08:00
parent 97fbf640a2
commit 822848e167
1 changed files with 0 additions and 1 deletions

View File

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