Skip to content

Commit

Permalink
Remove extra console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoacierno committed May 11, 2024
1 parent 7b339dd commit f688a79
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/hero-illustration/hero-illustration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ const Hills3 = ({ isNight }: { isNight: boolean }) => {
const Hills4 = ({ isNight }: { isNight: boolean }) => {
const fill = isNight ? "#223F50" : "#33BC8B";

console.log("hill", fill);

return (
<svg
width="7006"
Expand Down

0 comments on commit f688a79

Please sign in to comment.