diff --git a/CreamInstaller/Utility/ProgramData.cs b/CreamInstaller/Utility/ProgramData.cs index 50da3f1..68f25f9 100644 --- a/CreamInstaller/Utility/ProgramData.cs +++ b/CreamInstaller/Utility/ProgramData.cs @@ -146,13 +146,6 @@ internal static event Action OnLogError; { if (File.Exists(ScanLogPath)) File.Delete(ScanLogPath); - } - catch - { - // ignored - } - try - { if (File.Exists(SteamLogPath)) File.Delete(SteamLogPath); }