From 096aa3899fddfd56ae629fa213587311dd449795 Mon Sep 17 00:00:00 2001 From: ItsLemmy Date: Mon, 20 Oct 2025 19:20:40 -0400 Subject: [PATCH] CalendarService: little less spam --- Services/CalendarService.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }