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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user