diff --git a/01-frontend/src/helper/productpage/RatingCard.tsx b/01-frontend/src/helper/productpage/RatingCard.tsx index 59c7d8e..b40edc5 100644 --- a/01-frontend/src/helper/productpage/RatingCard.tsx +++ b/01-frontend/src/helper/productpage/RatingCard.tsx @@ -15,7 +15,6 @@ export default function RatingCard(ratingType: RatingType) { const theme = useTheme(); // Zugriff auf Light/Dark-Mode const handleClick = () => { - console.log(`Clicked on rating`); }; return (