Skip to content

Commit

Permalink
Removing print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
jerekshoe committed Apr 25, 2024
1 parent 9e4480b commit 3116aed
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/models/evss_claim_document.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ def content_type_matches_extension?

assumed_mime_type = MimeMagic.by_extension(extension).to_s

p "Assumed MIME Type: #{assumed_mime_type}"
p "True MIME Type: #{true_mime_type}"

errors.add(:base, I18n.t('errors.messages.uploads.content_type_mismatch')) if true_mime_type != assumed_mime_type
end

Expand Down

0 comments on commit 3116aed

Please sign in to comment.