diff --git a/app/helpers/collection_time_helper.rb b/app/helpers/collection_time_helper.rb index c6e3c7082..acd56378b 100644 --- a/app/helpers/collection_time_helper.rb +++ b/app/helpers/collection_time_helper.rb @@ -53,5 +53,4 @@ module CollectionTimeHelper def archived_collection_start_year current_collection_start_year - 2 end - end