diff --git a/lib/tasks/index.rake b/lib/tasks/index.rake index d79cb0f974..c02885af2d 100644 --- a/lib/tasks/index.rake +++ b/lib/tasks/index.rake @@ -26,8 +26,6 @@ task index_collections: :environment do end end -# TODO: handle valkyrie reindex once admin sets have been valkyrized -# ref: https://github.com/scientist-softserv/hykuup_knapsack/issues/94 desc "reindex just the admin_sets in the background" task index_admin_sets: :environment do Account.find_each do |account|