]> projects.mako.cc - selectricity-live/blobdiff - app/controllers/quickvote_controller.rb
Removed the breakpointer from the quickvote create method.
[selectricity-live] / app / controllers / quickvote_controller.rb
index 61a4c69261f714aba4461d7c1e5cf1b7a6c53e21..10815b3c590ac19af542240d3cf8ec6d420cb9e9 100644 (file)
@@ -10,7 +10,6 @@ class QuickvoteController < ApplicationController
   #############################################################
 
   def create
-    breakpoint
     if params[:quickvote] 
       @quickvote = QuickVote.new(params[:quickvote])
 

Benjamin Mako Hill || Want to submit a patch?