remove console log
This commit is contained in:
@@ -29,7 +29,6 @@ class StoryNotificationDefaultExampleElement extends UmbContextConsumerMixin(Lit
|
||||
|
||||
this.consumeContext('umbNotificationService', (notificationService) => {
|
||||
this._notificationService = notificationService;
|
||||
console.log('notification service ready');
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user