remove debug statement

This commit is contained in:
Laura Klünder 2017-11-02 12:45:33 +01:00
parent 614c61efee
commit ba3e1e485e

View file

@ -119,8 +119,6 @@ class MapdataViewSet(ReadOnlyModelViewSet):
for qs_filter in filters:
cache_key += ';%s,%s' % (qs_filter.field, qs_filter.value)
print(cache_key)
results = cache.get(cache_key, None)
if results is not None:
return results