diff --git a/Services/CalendarService.qml b/Services/CalendarService.qml index 7e3fa221..5b2c0285 100644 --- a/Services/CalendarService.qml +++ b/Services/CalendarService.qml @@ -147,7 +147,7 @@ Singleton { stderr: StdioCollector { onStreamFinished: { if (text.trim()) { - Logger.w("Calendar", "Availability check error: " + text) + //Logger.w("Calendar", "Availability check error: " + text) root.available = false root.lastError = "Failed to check library availability" }