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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user