diff --git a/DiscImageChef.Core/Statistics.cs b/DiscImageChef.Core/Statistics.cs index 38018453c..416078101 100644 --- a/DiscImageChef.Core/Statistics.cs +++ b/DiscImageChef.Core/Statistics.cs @@ -420,7 +420,7 @@ namespace DiscImageChef.Core ctx.SaveChanges(); File.Delete(Path.Combine(Settings.Settings.StatsPath, "Statistics.xml")); } - catch(XmlException) + catch { // Do not care about it }