Remove debug logging statements

Clean up debug prints that were added during troubleshooting of hyperparameter parsing issues.

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
warproxxx
2025-06-22 10:30:39 -07:00
co-authored by Claude
parent 4d206e05d8
commit 652e330424
3 changed files with 0 additions and 13 deletions
-2
View File
@@ -153,8 +153,6 @@ async def perform_trade(market):
# Get trading parameters for this market type
params = global_state.params[row['param_type']]
print(f"DEBUG: Using param_type: {row['param_type']}, Available params: {params}")
print(f"DEBUG: All available param types: {list(global_state.params.keys())}")
# Create a list with both outcomes for the market
deets = [