mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-09-13 23:55:11 +00:00
Remove console log
This commit is contained in:
@@ -482,7 +482,6 @@ Module.register("calendar", {
|
|||||||
|
|
||||||
for (const calendarUrl in this.calendarData) {
|
for (const calendarUrl in this.calendarData) {
|
||||||
const calendar = this.calendarData[calendarUrl];
|
const calendar = this.calendarData[calendarUrl];
|
||||||
console.log(calendar);
|
|
||||||
for (const e in calendar) {
|
for (const e in calendar) {
|
||||||
const event = JSON.parse(JSON.stringify(calendar[e])); // clone object
|
const event = JSON.parse(JSON.stringify(calendar[e])); // clone object
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user