1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

add/improve comments and logging

This commit is contained in:
John Harrington
2025-11-20 09:51:49 -07:00
parent 61b26241ad
commit 18064efc4f
10 changed files with 35 additions and 31 deletions

View File

@@ -120,7 +120,6 @@ export class ImportChromeComponent implements OnInit, OnDestroy {
);
} catch (error) {
this.logService.error("Error loading profiles from browser:", error);
// FIXME: Add error handling and display when profiles could not be loaded/retrieved
}
}
});