From f1b2a1f25b839237ff1791ffc4586bc466409874 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 30 Apr 2014 10:52:56 -0400 Subject: remove debug code --- app/models/match.rb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'app/models/match.rb') diff --git a/app/models/match.rb b/app/models/match.rb index e8174ce..ed21f78 100644 --- a/app/models/match.rb +++ b/app/models/match.rb @@ -48,11 +48,6 @@ class Match < ActiveRecord::Base # Delagates PUT/PATCH HTTP params to the appropriate sampling # methods. def handle_sampling(user, params) - require 'pp' - puts('>'*80) - pp user - pp params - puts('<'*80) method_classes.each do |klass| klass.new(self).handle_user_interaction(user, params) end -- cgit v1.2.3