diff --git a/src/controllers/timer-controllers.js b/src/controllers/timer-controllers.js index daa0c64..e6d0bc0 100644 --- a/src/controllers/timer-controllers.js +++ b/src/controllers/timer-controllers.js @@ -48,7 +48,7 @@ class TimerControllers { // Replace this example function with your own timer handler. exampleTimerFunc (negativeTest) { try { - console.log('Example timer controller executed.') + // console.log('Example timer controller executed.') if (negativeTest) throw new Error('test error')