Deleting comment

This commit is contained in:
lockbitchat
2025-08-12 15:20:54 -04:00
parent 55bc04198f
commit d147f262b5

View File

@@ -1,7 +1,6 @@
const React = window.React; const React = window.React;
const SessionTimer = ({ timeLeft, sessionType }) => { const SessionTimer = ({ timeLeft, sessionType }) => {
// Отладочная информация
console.log('SessionTimer render:', { timeLeft, sessionType }); console.log('SessionTimer render:', { timeLeft, sessionType });
if (!timeLeft || timeLeft <= 0) { if (!timeLeft || timeLeft <= 0) {