From 2ce2cfffab0f976d60c8a4d8b803a48ad4dbb3df Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Wed, 10 Aug 2022 13:15:40 +0200 Subject: [PATCH] remove console log --- .../src/core/services/notification/notification.stories.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/core/services/notification/notification.stories.ts b/src/Umbraco.Web.UI.Client/src/core/services/notification/notification.stories.ts index f5204ddd0f..157787db0e 100644 --- a/src/Umbraco.Web.UI.Client/src/core/services/notification/notification.stories.ts +++ b/src/Umbraco.Web.UI.Client/src/core/services/notification/notification.stories.ts @@ -29,7 +29,6 @@ class StoryNotificationDefaultExampleElement extends UmbContextConsumerMixin(Lit this.consumeContext('umbNotificationService', (notificationService) => { this._notificationService = notificationService; - console.log('notification service ready'); }); }