remove console log

This commit is contained in:
Mads Rasmussen
2022-08-10 13:15:40 +02:00
parent 6060db8d06
commit 2ce2cfffab

View File

@@ -29,7 +29,6 @@ class StoryNotificationDefaultExampleElement extends UmbContextConsumerMixin(Lit
this.consumeContext('umbNotificationService', (notificationService) => {
this._notificationService = notificationService;
console.log('notification service ready');
});
}