Skip to content

Commit 86d2027

Browse files
committed
refactor: disable logging for main UI check in GameLoading
1 parent 13792b7 commit 86d2027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BetterGenshinImpact/GameTask/GameLoading/GameLoading.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ public void OnCapture(CaptureContent content)
250250
// 成功进入游戏判断
251251
if (Bv.IsInMainUi(content.CaptureRectArea) || Bv.IsInAnyClosableUi(content.CaptureRectArea) || Bv.IsInDomain(content.CaptureRectArea))
252252
{
253-
_logger.LogInformation("当前在游戏主界面");
253+
// _logger.LogInformation("当前在游戏主界面");
254254
InnerSetEnabled(false);
255255
return;
256256
}

0 commit comments

Comments
 (0)