From 19a1975ef6170d77997da210512b370cc883af64 Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Sun, 17 Jun 2012 18:46:11 -0400 Subject: [PATCH] removed old debugger code that was accidentally committed --- app/controllers/voter_controller.rb | 1 - 1 file changed, 1 deletion(-) 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) -- 2.30.2