mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix(caching.py): cleanup print_stack()
This commit is contained in:
parent
fd1e6e7899
commit
87379e57ef
1 changed files with 0 additions and 1 deletions
|
@ -1860,7 +1860,6 @@ class DualCache(BaseCache):
|
||||||
|
|
||||||
Returns - int - the incremented value
|
Returns - int - the incremented value
|
||||||
"""
|
"""
|
||||||
traceback.print_stack()
|
|
||||||
try:
|
try:
|
||||||
result: int = value
|
result: int = value
|
||||||
if self.in_memory_cache is not None:
|
if self.in_memory_cache is not None:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue