From d54a9dfdbcb9f9a8f543306ac0838b5a687bf645 Mon Sep 17 00:00:00 2001 From: FlorianSpeicher Date: Sat, 14 Jun 2025 21:58:42 +0200 Subject: [PATCH] Remove logging --- 01-frontend/src/helper/productpage/RatingCard.tsx | 1 - 1 file changed, 1 deletion(-) 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 (