Removed console log

main
Devin Leamy 2023-10-28 15:16:12 -04:00
parent f1b7cf6a85
commit 0ffab1ab92
1 changed files with 0 additions and 1 deletions

View File

@ -364,7 +364,6 @@ class TimerApp {
} }
drawButtons() { drawButtons() {
console.log("DRAW BUTTONS", JSON.stringify(this.timers))
if (this.displayedTimerIsRunning() || !this.displayedTimerHasStarted()) { if (this.displayedTimerIsRunning() || !this.displayedTimerHasStarted()) {
this.largeButton.draw() this.largeButton.draw()
} else { } else {