Browse Source

status取消打印输出

于正洋 5 years ago
parent
commit
530644660a
1 changed files with 1 additions and 1 deletions
  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;