Skip to content

Commit adbef27

Browse files
authored
Merge pull request #52 from dathbe/patch-1
Turn off debug logging by default
2 parents 39c561b + dc8436c commit adbef27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MMM-ModuleScheduler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Module.register("MMM-ModuleScheduler", {
1414
animationSpeed: 1000,
1515
notification_schedule: false,
1616
global_schedule: false,
17-
debug: true,
17+
debug: false,
1818
uselock: true
1919
},
2020

0 commit comments

Comments
 (0)