console.log deleted

This commit is contained in:
2021-10-02 09:42:50 -03:00
parent 35a587927f
commit f4f95bffec
10 changed files with 34 additions and 37 deletions

View File

@@ -364,16 +364,16 @@ const MainPomodoroTimer = (props) => {
if (weAreInBreakTime) {
console.log(restCounter)
if (restCounter === 4) {
console.log('AA3')
setPomodoroCounter('Long Rest')
setRestCounter(0)
} else {
console.log('AA2')
setPomodoroCounter('Rest')
}