1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-26 06:13:46 +00:00

Remove obsolete comments

This commit is contained in:
Leslie Tilton
2026-01-23 10:42:31 -06:00
parent bfba4076b4
commit 1bb9da1925

View File

@@ -170,7 +170,6 @@ export class PhishingDataService {
// If a custom matcher is provided, iterate stored entries and apply the matcher.
if (resource && resource.match) {
try {
// TODO Check that load all urls actually has the cursor setup correctly
const entries = await this.indexedDbService.loadAllUrls();
for (const entry of entries) {
if (resource.match(url, entry)) {