Chore: remove extra logging (#40428)

This commit is contained in:
Ryan McKinley 2021-10-13 22:35:40 -07:00 committed by GitHub
parent a981ea22fb
commit e62dd592c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,8 +36,6 @@ export const PanelEditorTabs: FC<PanelEditorTabsProps> = React.memo(({ panel, da
return null; return null;
} }
console.log(config.unifiedAlertingEnabled, tabs);
return ( return (
<div className={styles.wrapper}> <div className={styles.wrapper}>
<TabsBar className={styles.tabBar} hideBorder> <TabsBar className={styles.tabBar} hideBorder>