Undo using Log.info

The highlighting is unnecessary.
This commit is contained in:
Kristjan ESPERANTO 2024-12-02 21:12:40 +01:00
parent 2621f259d9
commit 853b1e97fe

View file

@ -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!');
}
},