From f688a7974e70c1def36babe299b3bd64dae2a8ae Mon Sep 17 00:00:00 2001 From: Marco Acierno Date: Sat, 11 May 2024 22:43:30 +0200 Subject: [PATCH] Remove extra console.log --- src/hero-illustration/hero-illustration.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/hero-illustration/hero-illustration.tsx b/src/hero-illustration/hero-illustration.tsx index 8405745..e81e0e3 100644 --- a/src/hero-illustration/hero-illustration.tsx +++ b/src/hero-illustration/hero-illustration.tsx @@ -145,8 +145,6 @@ const Hills3 = ({ isNight }: { isNight: boolean }) => { const Hills4 = ({ isNight }: { isNight: boolean }) => { const fill = isNight ? "#223F50" : "#33BC8B"; - console.log("hill", fill); - return (