- Removed all console.log debugging statements from app.js (theme changes, chart rendering) - Removed all console.log statements from map.ts (map initialization, data processing) - Removed all console.debug statements from map_helpers.ts - Removed all console.debug statements from map_fixes.ts - Kept essential console.error and console.warn statements for error handling - Reduced bundle size by ~1.4kb This cleanup removes unnecessary debug output while maintaining error reporting for production debugging via console.error and Sentry. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| config.exs | ||
| dev.exs | ||
| prod.exs | ||
| runtime.exs | ||
| test.exs | ||