aprs.me/config
Graham McIntire 1da12cf665
Remove debug console.log statements from JavaScript files
- 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>
2025-07-18 15:37:05 -05:00
..
config.exs postgres optimization 2025-07-15 09:06:40 -05:00
dev.exs cleanup 2025-07-18 14:44:52 -05:00
prod.exs Fix JavaScript context binding issues in map component 2025-07-18 15:05:15 -05:00
runtime.exs Remove debug console.log statements from JavaScript files 2025-07-18 15:37:05 -05:00
test.exs fix geolocation hopefully 2025-07-10 17:12:49 -05:00