diff --git a/src/app.ts b/src/app.ts index 900c207..2a5f676 100644 --- a/src/app.ts +++ b/src/app.ts @@ -364,7 +364,6 @@ class TimerApp { } drawButtons() { - console.log("DRAW BUTTONS", JSON.stringify(this.timers)) if (this.displayedTimerIsRunning() || !this.displayedTimerHasStarted()) { this.largeButton.draw() } else {