fix: 移除无用的调试日志以简化命令注册逻辑

This commit is contained in:
Soulter
2025-09-07 11:37:34 +08:00
parent 905eef48e3
commit 2c3c3ae546
@@ -183,7 +183,6 @@ class TelegramPlatformAdapter(Platform):
return None
if not re.match(r"^[a-z0-9_]+$", cmd_name) or len(cmd_name) > 32:
logger.debug(f"跳过无法注册的命令: {cmd_name}")
return None
# Build description.