mirror of
https://github.com/edward-shen/MMM-pages.git
synced 2024-12-04 08:02:28 -08:00
Undo using Log.info
The highlighting is unnecessary.
This commit is contained in:
parent
2621f259d9
commit
853b1e97fe
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ Module.register('MMM-pages', {
|
|||
this.config.rotationHomePage = Math.max(this.config.rotationHomePage, 0);
|
||||
|
||||
if (!this.config.useLockString) {
|
||||
Log.info('[MMM-pages] User opted to not use lock strings!');
|
||||
Log.log('[MMM-pages] User opted to not use lock strings!');
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue