Removed the breakpointer from the quickvote create method.
author<jlsharps@mit.edu> <>
Sat, 4 Aug 2007 06:57:48 +0000 (02:57 -0400)
committer<jlsharps@mit.edu> <>
Sat, 4 Aug 2007 06:57:48 +0000 (02:57 -0400)
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?