removed old debugger code that was accidentally committed
authorBenjamin Mako Hill <mako@ephesus.xvm.mit.edu>
Sun, 17 Jun 2012 22:46:11 +0000 (18:46 -0400)
committerBenjamin Mako Hill <mako@ephesus.xvm.mit.edu>
Sun, 17 Jun 2012 22:46:11 +0000 (18:46 -0400)
app/controllers/voter_controller.rb

index 4ff8140cae14929891528dd43f4b48b87ea4a42e..78f9a0cdef8da7de802f83800c6484b470500f8e 100644 (file)
@@ -155,7 +155,6 @@ class VoterController < ApplicationController
   end
   
   def results
-    debugger
     if authenticate and
       (@voter.election.early_results? \
        or @voter.election.enddate < Time.now)

Benjamin Mako Hill || Want to submit a patch?