remove old print debugging thing
This commit is contained in:
parent
6a5f0284e3
commit
ec27f8fad6
1 changed files with 0 additions and 1 deletions
1
src/c3nav/mapdata/utils/cache/stats.py
vendored
1
src/c3nav/mapdata/utils/cache/stats.py
vendored
|
@ -14,7 +14,6 @@ from c3nav.mapdata.utils.locations import CustomLocation, get_location_by_id_for
|
||||||
|
|
||||||
|
|
||||||
def increment_cache_key(cache_key):
|
def increment_cache_key(cache_key):
|
||||||
print('increment_cache_key', cache_key)
|
|
||||||
try:
|
try:
|
||||||
cache.incr(cache_key)
|
cache.incr(cache_key)
|
||||||
except ValueError:
|
except ValueError:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue