refactor:remove logging for ICAL and ICAL.component as it works now

This commit is contained in:
Ryan Mwangi 2024-11-18 14:07:22 +03:00
parent 9468e58132
commit 782e62d56d
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@ import path from 'path';
import axios from 'axios';
export const MERGED_CALENDARS_DIR = path.join(process.cwd(), 'calendar');
console.log('ICAL:', ICAL);
console.log('ICAL.Component:', ICAL.Component);
// Ensure the merged calendars directory exists
fs.mkdirSync(MERGED_CALENDARS_DIR, { recursive: true });