From 7ea17fb57c9ef1e3aaa5c187b16ecc0b5f717eb5 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Thu, 11 Apr 2024 05:34:25 -0700 Subject: [PATCH] Removing example timer controller --- src/controllers/timer-controllers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')