forked from phoenix/litellm-mirror
fix(caching.py): cleanup print_stack()
This commit is contained in:
parent
c9d6925a42
commit
575b7911b2
1 changed files with 0 additions and 1 deletions
|
@ -1860,7 +1860,6 @@ class DualCache(BaseCache):
|
|||
|
||||
Returns - int - the incremented value
|
||||
"""
|
||||
traceback.print_stack()
|
||||
try:
|
||||
result: int = value
|
||||
if self.in_memory_cache is not None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue