Skip to content

Commit

Permalink
[#2439] Remove locations:delivery_holding_locations rake task (#2483)
Browse files Browse the repository at this point in the history
  • Loading branch information
winsice-ng authored Sep 16, 2024
1 parent 5af4318 commit edce448
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/tasks/dev.rake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit edce448

Please sign in to comment.