Skip to content

Commit f688a79

Browse files
committed
Remove extra console.log
1 parent 7b339dd commit f688a79

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/hero-illustration/hero-illustration.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,6 @@ const Hills3 = ({ isNight }: { isNight: boolean }) => {
145145
const Hills4 = ({ isNight }: { isNight: boolean }) => {
146146
const fill = isNight ? "#223F50" : "#33BC8B";
147147

148-
console.log("hill", fill);
149-
150148
return (
151149
<svg
152150
width="7006"

0 commit comments

Comments
 (0)