浏览代码

status取消打印输出

于正洋 5 年之前
父节点
当前提交
530644660a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Azylee.Utils/Azylee.Core/LogUtils/StatusLogUtils/StatusLog.cs

+ 1 - 1
Azylee.Utils/Azylee.Core/LogUtils/StatusLogUtils/StatusLog.cs

@@ -159,7 +159,7 @@ namespace Azylee.Core.LogUtils.StatusLogUtils
                 long nowAfk = WindowsAPI.GetLastInputTime();
                 long afktemp = nowAfk - afk;
                 if (afktemp > 0) status.AFK = status.AFK + afktemp;
-                Console.WriteLine($"nowAfk: {nowAfk}, afk: {afk}, afktemp: {afktemp}, statusAFK: {status.AFK}");
+                //Console.WriteLine($"nowAfk: {nowAfk}, afk: {afk}, afktemp: {afktemp}, statusAFK: {status.AFK}");
                 afk = nowAfk;
                 //计算平均值数据
                 int cpu = 0;