Removed debugging code from the last commit

This commit is contained in:
Rick Okin 2005-08-09 02:29:51 +00:00
parent 634bc67342
commit 08a66badb9

View file

@ -14,6 +14,3 @@ if File.exists? blocked_ips_filename
BLOCKED_IPS = File.readlines(blocked_ips_filename).delete_if { |line| line.strip.empty? }.map { BLOCKED_IPS = File.readlines(blocked_ips_filename).delete_if { |line| line.strip.empty? }.map {
|line| line.strip } |line| line.strip }
end end
require 'breakpoint'
breakpoint