mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
Chore: remove extra logging (#40428)
This commit is contained in:
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>
|
||||
|
Loading…
Reference in New Issue
Block a user