mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-09-13 23:55:11 +00:00
replace console
with Log
in calendar debug.js
(#3846)
to avoid exception in eslint config. Background: If someone has a copy of the `modules` folder in his setup eslint fails because the file `debug.js` uses `console` statements. I need the `modules` folder renamed in my docker setup so this test always fails. I think this is a simple solution which has no impact.
This commit is contained in:
@@ -20,6 +20,7 @@ Thanks to: @dathbe.
|
||||
- [refactor] Add new file `js/module_functions.js` to move code used in several modules to one place (#3837)
|
||||
- [tests] refactor: simplify jest config file (#3844)
|
||||
- [tests] refactor: extract constants for weather electron tests (#3845)
|
||||
- [tests] replace `console` with `Log` in calendar `debug.js` to avoid exception in eslint config (#3846)
|
||||
|
||||
### Updated
|
||||
|
||||
|
Reference in New Issue
Block a user