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'); }); }