remove debug statement
This commit is contained in:
parent
f94be40470
commit
f45cf00cd0
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue