From 1bb9da1925f7782f03b242a94d190b04f2c211fc Mon Sep 17 00:00:00 2001 From: Leslie Tilton <23057410+Banrion@users.noreply.github.com> Date: Fri, 23 Jan 2026 10:42:31 -0600 Subject: [PATCH] Remove obsolete comments --- .../dirt/phishing-detection/services/phishing-data.service.ts | 1 - 1 file changed, 1 deletion(-) 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)) {