From 60abf015261c60e893110c6d2bfb1c159af43460 Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Wed, 17 Apr 2024 14:43:38 +0100 Subject: [PATCH] remove stray console.log (#86440) --- .../grafana-ui/src/components/EmptyState/GrotCTA/GrotCTA.tsx | 1 - 1 file changed, 1 deletion(-) 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 ; };