mirror of
https://github.com/FroggMaster/CreamInstaller.git
synced 2026-07-28 14:47:04 -07:00
Remove Double Try
- Remove shitty double try code, cleanup can happen in a single try.
This commit is contained in:
@@ -146,13 +146,6 @@ internal static event Action<string> OnLogError;
|
||||
{
|
||||
if (File.Exists(ScanLogPath))
|
||||
File.Delete(ScanLogPath);
|
||||
}
|
||||
catch
|
||||
{
|
||||
// ignored
|
||||
}
|
||||
try
|
||||
{
|
||||
if (File.Exists(SteamLogPath))
|
||||
File.Delete(SteamLogPath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user