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
parent 4d206e05d8
commit 652e330424
3 changed files with 0 additions and 13 deletions
-1
View File
@@ -65,5 +65,4 @@ def get_sheet_df(read_only=None):
hyperparams.setdefault(current_type, {})[r['param']] = value
print(f"DEBUG: Loaded hyperparameters: {hyperparams}")
return result, hyperparams