mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 19:55:00 +00:00
fix: Remove debug dump statement in ModelSettings initialization
This commit is contained in:
parent
8cba1fdd71
commit
847454a4f7
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ class ModelSettings:
|
||||||
|
|
||||||
def __post_init__(self):
|
def __post_init__(self):
|
||||||
# Track which fields were explicitly set during initialization
|
# Track which fields were explicitly set during initialization
|
||||||
|
dump(self.__dict__)
|
||||||
self._set_fields = set()
|
self._set_fields = set()
|
||||||
for field in fields(self.__class__):
|
for field in fields(self.__class__):
|
||||||
if field.name in self.__dict__:
|
if field.name in self.__dict__:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue