From 08a66badb97899b3b5d734402236455ec3befa0d Mon Sep 17 00:00:00 2001 From: Rick Okin Date: Tue, 9 Aug 2005 02:29:51 +0000 Subject: [PATCH] Removed debugging code from the last commit --- config/environments/production.rb | 3 --- 1 file changed, 3 deletions(-) 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