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/controllers/pms_controller.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/controllers/pms_controller.rb') diff --git a/app/controllers/pms_controller.rb b/app/controllers/pms_controller.rb index 3368663..be4d443 100644 --- a/app/controllers/pms_controller.rb +++ b/app/controllers/pms_controller.rb @@ -24,8 +24,6 @@ class PmsController < ApplicationController def create @pm = Pm.new(pm_params) @pm.author = current_user - #require 'pp' - #pp @pm.message @pm.recipient = User.find_by_user_name(pm_params['recipient_id']) @pm.conversation = @pm.author.send_message(@pm.recipient, @pm.message, @pm.subject).conversation -- cgit v1.2.3-2-g168b