mirror of
https://github.com/root-fr/jmap-webmail.git
synced 2026-09-25 00:01:15 +00:00
Cleaned up console output by removing all debug console.log statements throughout the codebase: - Removed 31 debug logs from lib/jmap/client.ts (connection, requests, etc.) - Removed 4 debug logs from stores/email-store.ts (quota fetch, markAsRead) Kept all console.error() statements for proper error handling. The console is now clean with only relevant error messages displayed. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>