Skip to content

Commit

Permalink
remove debugguing
Browse files Browse the repository at this point in the history
  • Loading branch information
ebenenglish committed Jul 16, 2021
1 parent 0e3e4f4 commit 0ab3f55
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ def file_download_link(object_pid, link_title, attachments_json, filestream_id,
end

def file_type_string(filestream_id, attachments_json)
puts "FILE TYPZE called with #{filestream_id}, #{attachments_json}"
if attachments_json && attachments_json[filestream_id]
file_type_string = if filestream_id == 'access_full' || filestream_id == 'image_access_800'
'JPEG'
Expand Down

0 comments on commit 0ab3f55

Please sign in to comment.