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: