Skip to content

Commit

Permalink
refactor: Remove debug dump call in LiteLLMExceptions class
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Feb 6, 2025
1 parent 46058c2 commit 041d679
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aider/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ def _load(self, strict=False):

for var in self.exception_info:
ex = getattr(litellm, var)
dump(var, ex)
self.exceptions[ex] = self.exception_info[var]

def exceptions_tuple(self):
Expand Down

0 comments on commit 041d679

Please sign in to comment.