diff --git a/config/environments/production.rb b/config/environments/production.rb index c02b9346..100269af 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -14,6 +14,3 @@ if File.exists? blocked_ips_filename BLOCKED_IPS = File.readlines(blocked_ips_filename).delete_if { |line| line.strip.empty? }.map { |line| line.strip } end - -require 'breakpoint' -breakpoint \ No newline at end of file