Skip to content

Commit

Permalink
remove obsolete config parsing method in wifi_density (HOURS-131)
Browse files Browse the repository at this point in the history
  • Loading branch information
barmintor committed Jul 11, 2024
1 parent e6e0527 commit f8706f6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/hours/wifi_density.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ def self.location_wifi_configuration(location)
}
end

# Obsolete
def self.config_for_location_code(location_code)
WIFI_DENSITY[:locations][location_code.to_sym]
end

def self.raw_wifi_density_data
Rails.cache.fetch('raw_wifi_density_data', expires_in: wifi_data_cache_duration) do
cacheable_data = fetch_raw_wifi_density_data
Expand Down

0 comments on commit f8706f6

Please sign in to comment.