Skip to content

Commit

Permalink
remove ols comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ck-c8y committed Mar 12, 2024
1 parent 29f09b4 commit 09d312b
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions analytics-ui/src/shared/analytics-navigation.factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,5 @@ export class AnalyticsNavigationFactory implements NavigatorNodeFactory {
});
navs.push(extensionsNode);
return navs;

// return this.applicationService
// .isAvailable(APPLICATION_ANALYTICS_BUILDER_SERVICE)
// .then((data) => {
// if (!data.data ) {
// this.alertService.add({
// text: 'Microservice: <code>analytics-ext-service</code> not subscribed. Please subscribe this service before using the analytics plugin!',
// allowHtml: true,
// type: 'warning'
// });
// console.error('analytics-ext-service not subscribed!');
// return [];
// }
// return navs;
// });
}
}

0 comments on commit 09d312b

Please sign in to comment.