removed old debugger code that was accidentally committed
[selectricity] / app / controllers / voter_controller.rb
index 4ff8140cae14929891528dd43f4b48b87ea4a42e..78f9a0cdef8da7de802f83800c6484b470500f8e 100644 (file)
@@ -155,7 +155,6 @@ class VoterController < ApplicationController
   end
   
   def results
   end
   
   def results
-    debugger
     if authenticate and
       (@voter.election.early_results? \
        or @voter.election.enddate < Time.now)
     if authenticate and
       (@voter.election.early_results? \
        or @voter.election.enddate < Time.now)

Benjamin Mako Hill || Want to submit a patch?