* refactored the system so that it keeps pictures in a seperate table
[selectricity] / app / models / election.rb
index a574139c535abc4f48b7ba5a210da7d918e5362d..a77f4457bb581fba8588e1cf7ee479932851f409 100644 (file)
@@ -57,7 +57,6 @@ class Election < ActiveRecord::Base
 
   def start_blockers
     reasons = []
-    debugger 
     if self.candidates.length <= 1
       reasons << "You must have at least two candidates."
     end

Benjamin Mako Hill || Want to submit a patch?