Skip to content

Commit

Permalink
FDG-9526 Removed console
Browse files Browse the repository at this point in the history
  • Loading branch information
chasls2 committed Aug 27, 2024
1 parent 6163453 commit f267b31
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ const ExplainerTile = ({ content, images, width, layout, hasMobileImage, explain
};
const handleMouseLeave = () => {
clearTimeout(homepageTile);
console.log('here');
};
return (
<>
Expand Down

0 comments on commit f267b31

Please sign in to comment.