diff --git a/public/plugin.tsx b/public/plugin.tsx index 3fccce6139..eaf71e0c07 100644 --- a/public/plugin.tsx +++ b/public/plugin.tsx @@ -186,7 +186,6 @@ export class ObservabilityPlugin setupOverviewPage(setupDeps.contentManagement!); this.featureFlagStatus = !!setupDeps.dataSource; - console.log('Feature Flag Status:', this.featureFlagStatus); // redirect legacy notebooks URL to current URL under observability if (window.location.pathname.includes('notebooks-dashboards')) {