diff --git a/src/components/ui/SessionTimer.jsx b/src/components/ui/SessionTimer.jsx index 3954de1..0026a2f 100644 --- a/src/components/ui/SessionTimer.jsx +++ b/src/components/ui/SessionTimer.jsx @@ -1,7 +1,6 @@ const React = window.React; const SessionTimer = ({ timeLeft, sessionType }) => { - // Отладочная информация console.log('SessionTimer render:', { timeLeft, sessionType }); if (!timeLeft || timeLeft <= 0) {