Update ScreenMatch.cs

This commit is contained in:
Namhyeon Go 2024-10-21 04:49:48 +09:00
parent c03a8011c2
commit 28be18de01

View File

@ -510,8 +510,6 @@ public class ScreenMatch
parent.Log($"Error finding a previous screen: {ex.Message}"); 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 // Find the matching positions of the outdated image in the main image
if (outdatedImage != null) { if (outdatedImage != null) {
matchPositions = FindTemplate(out_mainImage, outdatedImage); matchPositions = FindTemplate(out_mainImage, outdatedImage);