diff --git a/apps/browser/src/dirt/phishing-detection/services/phishing-data.service.ts b/apps/browser/src/dirt/phishing-detection/services/phishing-data.service.ts index 37d67b2ab66..1ba0cc417f0 100644 --- a/apps/browser/src/dirt/phishing-detection/services/phishing-data.service.ts +++ b/apps/browser/src/dirt/phishing-detection/services/phishing-data.service.ts @@ -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)) {