remove debug line

This commit is contained in:
Kenneth Kehl
2024-04-01 14:58:04 -07:00
parent 952e3c6434
commit 87db56622e

View File

@@ -812,7 +812,6 @@ def _clear_templates_from_cache():
]
count1 = redis_store.delete_by_pattern(CACHE_KEYS[1])
num_deleted = sum(
redis_store.delete_by_pattern(pattern) for pattern in CACHE_KEYS
)