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: