From e62dd592c86b93bc211a98b5af83e3c47d5aea81 Mon Sep 17 00:00:00 2001 From: Ryan McKinley Date: Wed, 13 Oct 2021 22:35:40 -0700 Subject: [PATCH] Chore: remove extra logging (#40428) --- .../dashboard/components/PanelEditor/PanelEditorTabs.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/app/features/dashboard/components/PanelEditor/PanelEditorTabs.tsx b/public/app/features/dashboard/components/PanelEditor/PanelEditorTabs.tsx index b39b7dbd139..bc6a30ac454 100644 --- a/public/app/features/dashboard/components/PanelEditor/PanelEditorTabs.tsx +++ b/public/app/features/dashboard/components/PanelEditor/PanelEditorTabs.tsx @@ -36,8 +36,6 @@ export const PanelEditorTabs: FC = React.memo(({ panel, da return null; } - console.log(config.unifiedAlertingEnabled, tabs); - return (