Masonmason 2ba0f4ae27 fix: Remove duplicate inference result logging to prevent terminal spam
- Comment out print() statements in InferencePipeline that duplicate GUI callback output
- Prevents each inference result from appearing multiple times in terminal
- Keeps logging system clean while maintaining GUI formatted display
- This was causing terminal output to show each result 2-3 times due to:
  1. InferencePipeline print() statements captured by StdoutCapture
  2. Same results formatted and sent via terminal_output callback

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-24 19:10:37 +08:00
2025-05-29 15:27:12 +08:00
2025-05-15 01:22:37 +08:00
2025-05-29 15:27:12 +08:00
2025-05-29 15:27:12 +08:00
Description
No description provided
1.7 MiB
Languages
Python 100%