mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -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;
|
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>
|
||||||
|
Loading…
Reference in New Issue
Block a user