From e5329c0d586c503c6f9b1272e193d2d10af4b0a0 Mon Sep 17 00:00:00 2001 From: Devin Leamy Date: Sat, 28 Oct 2023 15:16:25 -0400 Subject: [PATCH] build --- src/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app.js b/src/app.js index 4434765..26bee4e 100644 --- a/src/app.js +++ b/src/app.js @@ -244,7 +244,6 @@ var TimerApp = /** @class */ (function () { this.timers = state.timers; }; TimerApp.prototype.drawButtons = function () { - console.log("DRAW BUTTONS", JSON.stringify(this.timers)); if (this.displayedTimerIsRunning() || !this.displayedTimerHasStarted()) { this.largeButton.draw(); }