refactor: Remove debug dump call in LiteLLMExceptions class

This commit is contained in:
Paul Gauthier 2025-02-06 09:53:53 -08:00 committed by Paul Gauthier (aider)
parent 46058c275c
commit 041d679a54

View file

@ -67,7 +67,6 @@ class LiteLLMExceptions:
for var in self.exception_info:
ex = getattr(litellm, var)
dump(var, ex)
self.exceptions[ex] = self.exception_info[var]
def exceptions_tuple(self):