chore: remove Synology calendar debug logging

v1.57.14

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
mARTin 2026-03-23 01:49:21 +01:00
parent 8402adbd45
commit 02ae5a46f8
2 changed files with 1 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "my-weekly-todo-list", "name": "my-weekly-todo-list",
"version": "1.57.13", "version": "1.57.14",
"description": "A web-based weekly task management application that organizes to-dos and calendar events in a single, intuitive weekly view", "description": "A web-based weekly task management application that organizes to-dos and calendar events in a single, intuitive weekly view",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View File

@ -200,10 +200,6 @@ export const validateCredentials = async (serverUrl: string, username: string, p
isPrimary: false, isPrimary: false,
})); }));
console.log('[SYNOLOGY CALENDAR] Found calendars:', mappedCalendars.length, '(filtered from', calendars.length, 'total)');
for (const cal of mappedCalendars) {
console.log(`[SYNOLOGY CALENDAR] - "${cal.title}" → ${cal.id}`);
}
return mappedCalendars; return mappedCalendars;
} catch (error) { } catch (error) {
console.error('Synology Calendar validation failed:', error); console.error('Synology Calendar validation failed:', error);