console.logs entfernt

This commit is contained in:
PxlLoewe
2025-06-28 00:37:48 -07:00
parent 0569616bf2
commit 2445d88411
11 changed files with 30 additions and 14 deletions

View File

@@ -32,8 +32,6 @@ export const PenaltyCountdown: React.FC<PenaltyCountdownProps> = ({ until }) =>
return () => clearInterval(interval);
}, [until, mounted]);
console.log("PenaltyCountdown until:", until, "timeLeft:", timeLeft);
if (!mounted) return null;
return (