X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/905cf65f6b3e8acc894c268c3bf729e7b0c76292..ffec26b00fc14b92f82137e1e3c62ce78c93ea24:/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