Remove logging

This commit is contained in:
FlorianSpeicher
2025-06-14 21:58:42 +02:00
parent 64e79999cc
commit d54a9dfdbc

View File

@@ -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 (