Removing example timer controller

This commit is contained in:
Chris Troutner
2024-04-11 05:34:25 -07:00
parent efb29104d7
commit 7ea17fb57c
+1 -1
View File
@@ -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')