diff --git a/src/controllers/timer-controllers.js b/src/controllers/timer-controllers.js index 21b4bda..daa0c64 100644 --- a/src/controllers/timer-controllers.js +++ b/src/controllers/timer-controllers.js @@ -29,7 +29,7 @@ class TimerControllers { // Bind 'this' object to all subfunctions. this.exampleTimerFunc = this.exampleTimerFunc.bind(this) - this.startTimers() + // this.startTimers() } // Start all the time-based controllers.