From 0ffab1ab9208d716958d7d57ecd8ef2885b50cf0 Mon Sep 17 00:00:00 2001 From: Devin Leamy Date: Sat, 28 Oct 2023 15:16:12 -0400 Subject: [PATCH] Removed console log --- src/app.ts | 1 - 1 file changed, 1 deletion(-) 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 {