mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
fix: Remove debug print statement from ModelInfoManager class
This commit is contained in:
parent
cdd730e627
commit
7c3d96d0e7
1 changed files with 0 additions and 1 deletions
|
@ -270,7 +270,6 @@ class ModelInfoManager:
|
|||
"input_cost_per_token": input_cost,
|
||||
"output_cost_per_token": output_cost,
|
||||
}
|
||||
print(f"Model '{model}': Parsed parameters: {params}")
|
||||
return params
|
||||
except Exception as e:
|
||||
print("Error fetching openrouter info:", str(e))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue