X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/4f2f1126a7a13ee3a6348e6033620ea6eb2b0d8e..7b649ccad8804580632c255b9f451482fdbbe32d:/app/models/election.rb diff --git a/app/models/election.rb b/app/models/election.rb index a574139..a77f445 100644 --- a/app/models/election.rb +++ b/app/models/election.rb @@ -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