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

@@ -113,6 +113,7 @@ pub fn month_view(props: &MonthViewProps) -> Html {
"#3B82F6".to_string()
};
html! {
<div class="calendar-grid">
// Weekday headers