fix(caching.py): cleanup print_stack()

This commit is contained in:
Krrish Dholakia 2024-09-28 19:11:19 -07:00
parent c9d6925a42
commit 575b7911b2

View file

@ -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: