mirror of
https://github.com/FranP-code/Pomodoro-Timer-with-Clockify-integration.git
synced 2025-10-12 23:52:30 +00:00
console.log deleted
This commit is contained in:
@@ -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')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user