mirror of
https://github.com/bitwarden/browser
synced 2026-01-26 06:13:46 +00:00
Remove obsolete comments
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user