diff --git a/app/helpers/commonwealth_vlr_engine/downloads_helper_behavior.rb b/app/helpers/commonwealth_vlr_engine/downloads_helper_behavior.rb index 56640158..42a654e9 100644 --- a/app/helpers/commonwealth_vlr_engine/downloads_helper_behavior.rb +++ b/app/helpers/commonwealth_vlr_engine/downloads_helper_behavior.rb @@ -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'