From: Benjamin Mako Hill Date: Sun, 17 Jun 2012 22:46:11 +0000 (-0400) Subject: removed old debugger code that was accidentally committed X-Git-Url: https://projects.mako.cc/source/selectricity/commitdiff_plain/19a1975ef6170d77997da210512b370cc883af64?hp=4446a6555bd54ca10a925340bb65c706678ac98e removed old debugger code that was accidentally committed --- diff --git a/app/controllers/voter_controller.rb b/app/controllers/voter_controller.rb index 4ff8140..78f9a0c 100644 --- a/app/controllers/voter_controller.rb +++ b/app/controllers/voter_controller.rb @@ -155,7 +155,6 @@ class VoterController < ApplicationController end def results - debugger if authenticate and (@voter.election.early_results? \ or @voter.election.enddate < Time.now)