remove debug statement

This commit is contained in:
Laura Klünder 2017-11-30 00:44:24 +01:00
parent f94be40470
commit f45cf00cd0

View file

@ -60,7 +60,6 @@ def api_etag(permissions=True, etag_func=AccessPermission.etag_func, cache_param
if response is None:
response = func(self, request, *args, **kwargs)
if cache_parameters is not None and response.status_code == 200:
print(response)
cache.set(cache_key, response.data, 300)
response['ETag'] = etag