mirror of
https://github.com/Xe138/AI-Trader.git
synced 2026-04-01 17:17:24 -04:00
Cleaned up all diagnostic print statements added during debugging. The root cause (non-idempotent get_db_path) has been fixed, so the extensive instrumentation is no longer needed. Changes: - Removed all diagnostic prints from api/main.py (lifespan and module-level) - Removed all diagnostic prints from api/database.py (get_db_connection and initialize_dev_database) - Kept essential user-facing messages (PRESERVE_DEV_DATA notice, database creation messages) All 28 integration tests pass.