From dd0e053d7d99654dc05b86794e71a9e1e1f4a024 Mon Sep 17 00:00:00 2001 From: Patrick Pimentel Date: Thu, 7 Aug 2025 13:27:21 -0400 Subject: [PATCH] fix(browser-approval): [PM-23620] Auth Request Answering Service - Tiny log removal. --- .../system-notifications/browser-system-notification.service.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/browser/src/platform/system-notifications/browser-system-notification.service.ts b/apps/browser/src/platform/system-notifications/browser-system-notification.service.ts index 168ceb05969..a9a0e8412ea 100644 --- a/apps/browser/src/platform/system-notifications/browser-system-notification.service.ts +++ b/apps/browser/src/platform/system-notifications/browser-system-notification.service.ts @@ -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 = { iconUrl: "https://avatars.githubusercontent.com/u/15990069?s=200", message: createInfo.body,