From b825e51dab0f4806f67d31e39249cf776f4acaed Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Tue, 15 Apr 2025 21:56:23 +0800 Subject: [PATCH] chore: clean useless logs --- astrbot/core/utils/metrics.py | 1 - 1 file changed, 1 deletion(-) diff --git a/astrbot/core/utils/metrics.py b/astrbot/core/utils/metrics.py index ab4c3771d..a3a73fcc8 100644 --- a/astrbot/core/utils/metrics.py +++ b/astrbot/core/utils/metrics.py @@ -64,7 +64,6 @@ class Metric: except Exception as e: logger.error(f"保存指标到数据库失败: {e}") pass - print(f"上传指标: {payload}") try: async with aiohttp.ClientSession(trust_env=True) as session: