MS removed another logging of encrypted data....

This commit is contained in:
maxwell 2010-09-20 15:07:30 -07:00
parent 4fe4326ed1
commit 5e2fdedf8b

View file

@ -35,7 +35,7 @@ class PublicsController < ApplicationController
begin begin
@user = Person.first(:id => params[:id]).owner @user = Person.first(:id => params[:id]).owner
rescue NoMethodError => e rescue NoMethodError => e
Rails.logger.error("Received post #{params[:xml]} for nonexistent person #{params[:id]}") Rails.logger.error("Received post for nonexistent person #{params[:id]}")
return return
end end
@user.receive_salmon params[:xml] @user.receive_salmon params[:xml]