Skip to content

Commit 3c55775

Browse files
authored
Code Quality: Stop logging ListRecentFoldersAsync (#13634)
1 parent e384a4f commit 3c55775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Utils/RecentItem/RecentItems.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public async Task<List<RecentItem>> ListRecentFoldersAsync()
137137
}
138138
catch (Exception ex)
139139
{
140-
App.Logger.LogWarning(ex, ex.Message);
140+
// other error (usually a COMException)
141141
}
142142

143143
return null;

0 commit comments

Comments
 (0)