Skip to content

Commit 541e198

Browse files
committed
Fix code comments
1 parent 7762c79 commit 541e198

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Flow.Launcher/SettingPages/ViewModels/SettingsPaneAboutViewModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ private bool ClearCacheFolder()
252252
var dir = GetPluginCacheDir();
253253
try
254254
{
255-
// Log folders are the last level of folders
256255
dir.Delete(recursive: false);
257256
}
258257
catch (Exception e)

0 commit comments

Comments
 (0)