From edce448f3700e55b04fb3d1bef6faf97e9040054 Mon Sep 17 00:00:00 2001 From: winsice-ng <144641922+winsice-ng@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:04:17 -0400 Subject: [PATCH] [#2439] Remove locations:delivery_holding_locations rake task (#2483) --- lib/tasks/dev.rake | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/tasks/dev.rake b/lib/tasks/dev.rake index 060f762c..34d3b9c3 100644 --- a/lib/tasks/dev.rake +++ b/lib/tasks/dev.rake @@ -32,14 +32,6 @@ namespace :bibdata do end end -# The json files have mapped content from voyager holding and delivery locations -namespace :locations do - desc "Create delivery and holding location files with mapped values from voyager." - task delivery_holding_locations: :environment do - LocationsToFileService.call - end -end - namespace :server do namespace :solr do task start_solr_wrapper: :environment do