Chore: remove extra logging (#40428)

This commit is contained in:
Ryan McKinley
2021-10-14 07:35:40 +02:00
committed by GitHub
parent a981ea22fb
commit e62dd592c8
@@ -36,8 +36,6 @@ export const PanelEditorTabs: FC<PanelEditorTabsProps> = React.memo(({ panel, da
return null;
}
console.log(config.unifiedAlertingEnabled, tabs);
return (
<div className={styles.wrapper}>
<TabsBar className={styles.tabBar} hideBorder>