refactor:remove logging for ICAL and ICAL.component as it works now
This commit is contained in:
parent
9468e58132
commit
782e62d56d
|
@ -4,8 +4,6 @@ import path from 'path';
|
||||||
import axios from 'axios';
|
import axios from 'axios';
|
||||||
|
|
||||||
export const MERGED_CALENDARS_DIR = path.join(process.cwd(), 'calendar');
|
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
|
// Ensure the merged calendars directory exists
|
||||||
fs.mkdirSync(MERGED_CALENDARS_DIR, { recursive: true });
|
fs.mkdirSync(MERGED_CALENDARS_DIR, { recursive: true });
|
||||||
|
|
Loading…
Reference in New Issue