Fix code comments

This commit is contained in:
Jack251970 2025-04-30 19:40:23 +08:00
parent 7762c7929e
commit 541e1981a9

View file

@ -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)