Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
Merge 09011c8 into e84e865
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jun 3, 2019
2 parents e84e865 + 09011c8 commit 5eab538
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 285 deletions.
4 changes: 0 additions & 4 deletions config/config_defaults.yml
@@ -1,8 +1,4 @@
---
cleanup:
local_workspace_root: /dor/workspace
local_assembly_root: /dor/assembly
local_export_home: /dor/export
ssl:
cert_file:
key_file:
Expand Down
1 change: 0 additions & 1 deletion lib/dor-services.rb
Expand Up @@ -107,7 +107,6 @@ def logger

# Services
autoload_under 'services' do
autoload :CleanupService
autoload :CollectionService
autoload :CreativeCommonsLicenseService
autoload :EmbargoService
Expand Down
48 changes: 0 additions & 48 deletions lib/dor/services/cleanup_service.rb

This file was deleted.

2 changes: 0 additions & 2 deletions lib/dor/static_config.rb
Expand Up @@ -7,7 +7,6 @@ module Dor
class StaticConfig
extend ActiveSupport::Autoload
eager_autoload do
autoload :CleanupConfig
autoload :SslConfig
autoload :FedoraConfig
autoload :SolrConfig
Expand All @@ -17,7 +16,6 @@ class StaticConfig
end

def initialize(hash)
@cleanup = CleanupConfig.new(hash.fetch(:cleanup))
@ssl = SslConfig.new(hash.fetch(:ssl))
@fedora = FedoraConfig.new(hash.fetch(:fedora))
@solr = SolrConfig.new(hash.fetch(:solr))
Expand Down
27 changes: 0 additions & 27 deletions lib/dor/static_config/cleanup_config.rb

This file was deleted.

203 changes: 0 additions & 203 deletions spec/services/cleanup_service_spec.rb

This file was deleted.

0 comments on commit 5eab538

Please sign in to comment.