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