Skip to content

Commit f717376

Browse files
committed
Remove dulplicated comments
1 parent 8bb2b50 commit f717376

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Plugins/Flow.Launcher.Plugin.BrowserBookmark/ChromiumBookmarkLoader.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ private void LoadFaviconsFromDb(string dbPath, List<Bookmark> bookmarks)
134134
// Use a copy to avoid lock issues with the original file
135135
var tempDbPath = Path.Combine(_faviconCacheDir, $"tempfavicons_{Guid.NewGuid()}.db");
136136

137-
// Use a copy to avoid lock issues with the original file
138137
try
139138
{
140139
File.Copy(dbPath, tempDbPath, true);

Plugins/Flow.Launcher.Plugin.BrowserBookmark/FirefoxBookmarkLoader.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ private void LoadFaviconsFromDb(string dbPath, List<Bookmark> bookmarks)
122122
// Use a copy to avoid lock issues with the original file
123123
var tempDbPath = Path.Combine(_faviconCacheDir, $"tempfavicons_{Guid.NewGuid()}.sqlite");
124124

125-
// Use a copy to avoid lock issues with the original file
126125
try
127126
{
128127
File.Copy(dbPath, tempDbPath, true);

0 commit comments

Comments
 (0)