Remove dulplicated comments

This commit is contained in:
Jack251970 2025-06-05 01:30:26 +08:00
parent 8bb2b50a4c
commit f717376a17
2 changed files with 0 additions and 2 deletions

View file

@ -134,7 +134,6 @@ public abstract class ChromiumBookmarkLoader : IBookmarkLoader
// Use a copy to avoid lock issues with the original file
var tempDbPath = Path.Combine(_faviconCacheDir, $"tempfavicons_{Guid.NewGuid()}.db");
// Use a copy to avoid lock issues with the original file
try
{
File.Copy(dbPath, tempDbPath, true);

View file

@ -122,7 +122,6 @@ public abstract class FirefoxBookmarkLoaderBase : IBookmarkLoader
// Use a copy to avoid lock issues with the original file
var tempDbPath = Path.Combine(_faviconCacheDir, $"tempfavicons_{Guid.NewGuid()}.sqlite");
// Use a copy to avoid lock issues with the original file
try
{
File.Copy(dbPath, tempDbPath, true);