diff --git a/packages/grafana-ui/src/components/EmptyState/GrotCTA/GrotCTA.tsx b/packages/grafana-ui/src/components/EmptyState/GrotCTA/GrotCTA.tsx index 686d28f4f0d..ce7d363fb6f 100644 --- a/packages/grafana-ui/src/components/EmptyState/GrotCTA/GrotCTA.tsx +++ b/packages/grafana-ui/src/components/EmptyState/GrotCTA/GrotCTA.tsx @@ -15,7 +15,6 @@ export interface Props { export const GrotCTA = ({ width = 'auto', height }: Props) => { const styles = useStyles2(getStyles); - console.log(styles); return ; };