chore: clean useless logs

This commit is contained in:
Soulter
2025-04-15 21:56:23 +08:00
parent 589855c393
commit b825e51dab
-1
View File
@@ -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: