Skip to content

Commit

Permalink
Remove inaccurate log line (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadel authored Sep 29, 2021
1 parent 6567485 commit ed133b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/zizia/hyrax/hyrax_record_importer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ def create_for(record:)
create_collection(record)
elsif import_type == FileSet
create_file_set(record)
Rails.logger.error "[zizia] event: Attempted to create a FileSet; however, this is not yet implemented"
else
create_curation_concern(record, import_type)
end
Expand Down

0 comments on commit ed133b8

Please sign in to comment.