Skip to content

Commit

Permalink
Remove semantic_logger; remove unused data attr_reader
Browse files Browse the repository at this point in the history
  • Loading branch information
ssciolla committed Apr 15, 2024
1 parent f09f951 commit 4dd7da5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/config.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "semantic_logger"

module Config
class ConfigError < StandardError
end
Expand Down Expand Up @@ -211,9 +209,6 @@ def get_subset_by_key_stem(stem)
)

class ConfigService
include SemanticLogger::Loggable
attr_reader :data

ARCHIVEMATICA_INSTANCES = ["ARCHIVEMATICA_DEV", "ARCHIVEMATICA_LAB", "ARCHIVEMATICA_AMI", "ARCHIVEMATICA_VGA"]

def self.create_database_config(data)
Expand Down

0 comments on commit 4dd7da5

Please sign in to comment.