ソースを参照

status取消打印输出

于正洋 5 年 前
コミット
530644660a

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

@@ -159,7 +159,7 @@ namespace Azylee.Core.LogUtils.StatusLogUtils
                 long nowAfk = WindowsAPI.GetLastInputTime();
                 long nowAfk = WindowsAPI.GetLastInputTime();
                 long afktemp = nowAfk - afk;
                 long afktemp = nowAfk - afk;
                 if (afktemp > 0) status.AFK = status.AFK + afktemp;
                 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;
                 afk = nowAfk;
                 //计算平均值数据
                 //计算平均值数据
                 int cpu = 0;
                 int cpu = 0;