Skip to content

Commit fdce137

Browse files
committed
more cleanup
1 parent d6819b2 commit fdce137

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

phylesystem_api/phylesystem_api/views/collection.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,7 @@ def fetch_collection(request):
7676
# ADD content-disposition header
7777
response = request.response
7878
response.headers["Content-Disposition"] = "attachment; filename={};".format(preferred_filename)
79-
_LOG.debug("NEW response.headers['Content-Disposition']? ", response.headers['Content-Disposition'])
8079
collection_id = collection_id[0:-5] # trim the '.json' extension and proceed w/ fetch
81-
_LOG.debug("SHORTENED collection_id? ", collection_id)
8280

8381
result = fetch_doc(
8482
request,

0 commit comments

Comments
 (0)