Remove email_voter calls; don't do anything
authorJohn Dong <jdong@mit.edu>
Thu, 30 Aug 2007 16:22:32 +0000 (12:22 -0400)
committerJohn Dong <jdong@mit.edu>
Thu, 30 Aug 2007 16:22:32 +0000 (12:22 -0400)
app/controllers/election_controller.rb

index 05a66fff5fef68c273ca0a9c024283a26a0f0a76..ef51f7debed8167bbd6b5fe5b1300c185e52660c 100644 (file)
@@ -204,7 +204,6 @@ class ElectionController < ApplicationController
           if incoming_voters.email == 0
             new_voter.contacted = 1
                elsif incoming_voters.email == 1
-                 email_voter( new_voter )
             new_voter.contacted = 1
                else
                  new_voter.contacted = 0
@@ -223,11 +222,4 @@ class ElectionController < ApplicationController
       @raw_voter_list = RawVoterList.new
       @raw_voter_list.email = incoming_voters.email
     end
-
-    def email_voter(email=nil)
-      if email
-        
-      end
-    end
-
 end

Benjamin Mako Hill || Want to submit a patch?