diff --git a/nextcloud.js b/nextcloud.js index 5c06d14..2ace7ed 100644 --- a/nextcloud.js +++ b/nextcloud.js @@ -47,8 +47,6 @@ module.exports = function (RED) { .then(function (calendarEntries) { let icsList = { 'payload': { 'name': calendar.displayName, 'data': [] } } calendarEntries.forEach(function (calendarEntry) { - node.warn(calendarEntry.calendarData); - node.warn(JSON.stringify(calendarEntry.calendarData.split('\n'))); try { let jCalData = ICAL.parse(calendarEntry.calendarData); let component = new ICAL.Component(jCalData);