remove debug statement
This commit is contained in:
parent
614c61efee
commit
ba3e1e485e
1 changed files with 0 additions and 2 deletions
|
@ -119,8 +119,6 @@ class MapdataViewSet(ReadOnlyModelViewSet):
|
||||||
for qs_filter in filters:
|
for qs_filter in filters:
|
||||||
cache_key += ';%s,%s' % (qs_filter.field, qs_filter.value)
|
cache_key += ';%s,%s' % (qs_filter.field, qs_filter.value)
|
||||||
|
|
||||||
print(cache_key)
|
|
||||||
|
|
||||||
results = cache.get(cache_key, None)
|
results = cache.get(cache_key, None)
|
||||||
if results is not None:
|
if results is not None:
|
||||||
return results
|
return results
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue