diff --git a/Flow.Launcher/SettingPages/ViewModels/SettingsPaneAboutViewModel.cs b/Flow.Launcher/SettingPages/ViewModels/SettingsPaneAboutViewModel.cs index 374dcb3ad..00f40b009 100644 --- a/Flow.Launcher/SettingPages/ViewModels/SettingsPaneAboutViewModel.cs +++ b/Flow.Launcher/SettingPages/ViewModels/SettingsPaneAboutViewModel.cs @@ -252,7 +252,6 @@ public partial class SettingsPaneAboutViewModel : BaseModel var dir = GetPluginCacheDir(); try { - // Log folders are the last level of folders dir.Delete(recursive: false); } catch (Exception e)