Removed console log
parent
f1b7cf6a85
commit
0ffab1ab92
|
|
@ -364,7 +364,6 @@ class TimerApp {
|
|||
}
|
||||
|
||||
drawButtons() {
|
||||
console.log("DRAW BUTTONS", JSON.stringify(this.timers))
|
||||
if (this.displayedTimerIsRunning() || !this.displayedTimerHasStarted()) {
|
||||
this.largeButton.draw()
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue