diff --git a/WelsonJS.Toolkit/WelsonJS.Service/ScreenMatch.cs b/WelsonJS.Toolkit/WelsonJS.Service/ScreenMatch.cs index 472e647..8108933 100644 --- a/WelsonJS.Toolkit/WelsonJS.Service/ScreenMatch.cs +++ b/WelsonJS.Toolkit/WelsonJS.Service/ScreenMatch.cs @@ -510,8 +510,6 @@ public class ScreenMatch 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);