From 08174f4fea9eea4bcb1f4e53f6604be91f5e2e7d Mon Sep 17 00:00:00 2001 From: Ryan Liang Date: Fri, 6 Sep 2024 12:28:33 -0700 Subject: [PATCH] remove console log Signed-off-by: Ryan Liang --- public/plugin.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/public/plugin.tsx b/public/plugin.tsx index 3fccce613..eaf71e0c0 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')) {