Skip to content

Commit

Permalink
remove puts!
Browse files Browse the repository at this point in the history
  • Loading branch information
oraposa committed Sep 16, 2021
1 parent 6d2a6a6 commit c6ba93e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/uploaders/zizia/csv_manifest_validator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ def valid_object_types

# Make sure this column contains only valid values
def validate_values(header_name, valid_values_method)
puts "transformed headers: #{@transformed_headers}"
column_number = @transformed_headers.find_index(header_name)
return unless column_number

Expand Down

0 comments on commit c6ba93e

Please sign in to comment.