删除无用debug日志

This commit is contained in:
辉鸭蛋
2025-04-26 23:26:42 +08:00
parent 2c7266535c
commit cd4d0a4d58

View File

@@ -275,7 +275,7 @@ namespace BetterGenshinImpact.GameTask
if (_triggers == null || !_triggers.Exists(t => t.IsEnabled))
{
Debug.WriteLine("没有可用的触发器且不处于仅截屏状态, 不再进行截屏");
// Debug.WriteLine("没有可用的触发器且不处于仅截屏状态, 不再进行截屏");
return;
}