Clean up debug logging and fix compiler warnings

- Remove non-critical debug logs from backend CalDAV parsing
- Remove all-day event debug logs from frontend components
- Fix unused variable warnings with underscore prefixes
- Keep essential logging while reducing noise

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Connor Johnstone
2025-09-18 16:02:41 -04:00
parent 5854ad291d
commit 703c9ee2f5
5 changed files with 11 additions and 67 deletions

View File

@@ -348,6 +348,7 @@ pub fn week_view(props: &WeekViewProps) -> Html {
})
};
html! {
<div class="week-view-container">
// Header with weekday names and dates