From d147f262b5ff796058a5db75ea44e4feaaf02e5f Mon Sep 17 00:00:00 2001 From: lockbitchat Date: Tue, 12 Aug 2025 15:20:54 -0400 Subject: [PATCH] Deleting comment --- src/components/ui/SessionTimer.jsx | 1 - 1 file changed, 1 deletion(-) 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) {