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,