Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <jiallian@amazon.com>
  • Loading branch information
RyanL1997 committed Sep 6, 2024
1 parent 2047b36 commit 08174f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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')) {
Expand Down

0 comments on commit 08174f4

Please sign in to comment.