Skip to content

Commit

Permalink
Update ScreenMatch.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
gnh1201 committed Oct 20, 2024
1 parent c03a801 commit 28be18d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions WelsonJS.Toolkit/WelsonJS.Service/ScreenMatch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -510,8 +510,6 @@ public List<ScreenMatchResult> CaptureAndMatchAllScreens()
parent.Log($"Error finding a previous screen: {ex.Message}");
}

outdatedImage.Save("outdated.png");

// Find the matching positions of the outdated image in the main image
if (outdatedImage != null) {
matchPositions = FindTemplate(out_mainImage, outdatedImage);
Expand Down

0 comments on commit 28be18d

Please sign in to comment.