diff --git a/utils/timer.js b/utils/timer.js index 305cac5..3766c50 100644 --- a/utils/timer.js +++ b/utils/timer.js @@ -6,7 +6,7 @@ class Timer { #timers = new Object(); constructor() { - console.log('Initialization of timer'); + console.log('Initialization of timer helper class'); } create(identifier, timeout, func) {