Skip to content

fix: Clean up verbose Flutter debugPrint statements#281

Closed
nbhansen wants to merge 1 commit intoaau-giraf:dev-mainfrom
nbhansen:fix/flutter-logging-cleanup
Closed

fix: Clean up verbose Flutter debugPrint statements#281
nbhansen wants to merge 1 commit intoaau-giraf:dev-mainfrom
nbhansen:fix/flutter-logging-cleanup

Conversation

@nbhansen
Copy link
Contributor

@nbhansen nbhansen commented Feb 4, 2026

Summary

  • Removes verbose and contextless debugPrint statements that were adding noise to console output
  • Preserves useful debugging information (SignalR connection states, WebRTC diagnostics)
  • Removes ~100 lines of debug output that provided little value

Patterns removed:

  • Duplicate debug prints (e.g., signalr_service.dart:127-131)
  • Verbose position update logging in remote_artifact_board_controller.dart
  • "Already connected" checks that ran frequently

Test plan

  • Flutter analyze passes (existing warnings only)
  • App functionality unchanged
  • Console output is cleaner

- Remove verbose print() statements with separator lines in artefact_model
- Add context prefix to bare debugPrint('$e') error logging
- Consolidate multi-line debugPrint calls into single statements
- Remove decorative separator lines and emojis from calling_screen
- Simplify notification_service error logging

This reduces log noise while preserving useful debugging information.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@nbhansen nbhansen force-pushed the fix/flutter-logging-cleanup branch from 47c1e7c to b8bed91 Compare February 4, 2026 14:06
@nbhansen nbhansen closed this Feb 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

1 participant