From ec27f8fad64058264fc524593d8dc58067b48937 Mon Sep 17 00:00:00 2001 From: Gwendolyn Date: Thu, 26 Dec 2024 04:17:13 +0100 Subject: [PATCH] remove old print debugging thing --- src/c3nav/mapdata/utils/cache/stats.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/c3nav/mapdata/utils/cache/stats.py b/src/c3nav/mapdata/utils/cache/stats.py index 221feed7..9dfd6ba8 100644 --- a/src/c3nav/mapdata/utils/cache/stats.py +++ b/src/c3nav/mapdata/utils/cache/stats.py @@ -14,7 +14,6 @@ from c3nav.mapdata.utils.locations import CustomLocation, get_location_by_id_for def increment_cache_key(cache_key): - print('increment_cache_key', cache_key) try: cache.incr(cache_key) except ValueError: