remove old print debugging thing

This commit is contained in:
Gwendolyn 2024-12-26 04:17:13 +01:00
parent 6a5f0284e3
commit ec27f8fad6

View file

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