Remove useless puts calls; fix gmap api key for selectricity.org
[selectricity-live] / app / views / quickvote / list_voters.rhtml
index be11290b444cad0bb0bbb0258b4e264bb60343ee..ea276d7b6a7d50570ae059e5348ba82ca6b8b2ab 100644 (file)
             voter.ipaddress =~ /^172\.[1-3]/
             %>
             <% w=nil
-            puts "WHOIS #{voter.ipaddress}"
             if Cache and w=Cache.get("WHOIS:#{voter.ipaddress}")
             elsif Cache
-              puts "CREATE"
               w= Whois::Whois.new(IPAddr.new(voter.ipaddress),true)
-              puts "SEARCH"
               w.search_whois
-              puts "DONE"
               Cache.set("WHOIS:#{voter.ipaddress}", w)
             else
               w= Whois::Whois.new(IPAddr.new(voter.ipaddress),true)

Benjamin Mako Hill || Want to submit a patch?