Skip to content

Commit 973dc40

Browse files
committed
Remove failing log statements
1 parent ccae4cc commit 973dc40

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

phylesystem_api/phylesystem_api/views/collection.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ def fetch_collection(request):
7676
# ADD content-disposition header
7777
response = request.response
7878
_LOG.debug("response? ", response)
79-
_LOG.debug("response.content_disposition? ", response.content_disposition)
80-
_LOG.debug("response.headers? ", response.headers)
81-
_LOG.debug("OLD response.headers['Content-Disposition']? ", response.headers['Content-Disposition'])
79+
#_LOG.debug("response.content_disposition? ", response.content_disposition)
80+
#_LOG.debug("response.headers? ", response.headers)
81+
#_LOG.debug("OLD response.headers['Content-Disposition']? ", response.headers['Content-Disposition'])
8282
#response.content_disposition('attachment; filename={}.json;'.format(preferred_filename))
8383
request.response.headers["Content-Disposition"] = "attachment; filename={}.json;".format(preferred_filename)
8484
_LOG.debug("NEW response.headers['Content-Disposition']? ", response.headers['Content-Disposition'])

0 commit comments

Comments
 (0)