From 541e1981a93a727ad81b55c2a26954f2f6c0f847 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Wed, 30 Apr 2025 19:40:23 +0800 Subject: [PATCH] Fix code comments --- .../SettingPages/ViewModels/SettingsPaneAboutViewModel.cs | 1 - 1 file changed, 1 deletion(-) 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)