1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 14:04:03 +00:00

Removed log service that is no longer used

This commit is contained in:
Todd Martin
2025-02-01 19:10:22 -05:00
parent a2c6274821
commit a43adb9eae
3 changed files with 3 additions and 7 deletions

View File

@@ -410,7 +410,7 @@ const safeProviders: SafeProvider[] = [
safeProvider({
provide: AppIdServiceAbstraction,
useClass: AppIdService,
deps: [OBSERVABLE_DISK_STORAGE, LogService],
deps: [OBSERVABLE_DISK_STORAGE],
}),
safeProvider({
provide: AuditServiceAbstraction,