1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-05 19:23:19 +00:00

fix(browser-approval): [PM-23620] Auth Request Answering Service - Tiny log removal.

This commit is contained in:
Patrick Pimentel
2025-08-07 13:27:21 -04:00
parent f6775e17a3
commit dd0e053d7d

View File

@@ -42,8 +42,6 @@ export class BrowserSystemNotificationService implements SystemNotificationsServ
const notificationId = createInfo.id || uuidv4();
const deviceType = this.platformUtilsService.getDevice();
this.logService.error(DeviceType[deviceType]);
const notificationOptions: chrome.notifications.NotificationOptions<true> = {
iconUrl: "https://avatars.githubusercontent.com/u/15990069?s=200",
message: createInfo.body,