fix(caching.py): cleanup print_stack()

This commit is contained in:
Krrish Dholakia 2024-09-28 19:11:19 -07:00
parent fd1e6e7899
commit 87379e57ef

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: