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

View File

@ -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();
}