remove the raise from the top of user receive

This commit is contained in:
Raphael 2010-08-26 16:31:57 -07:00
parent 9d48b45ee4
commit 977786aa65

View file

@ -167,7 +167,6 @@ class User
Rails.logger.debug("Receiving object:\n#{object.inspect}")
Rails.logger.debug("From: #{object.person.inspect}") if object.person
raise "In receive for #{self.real_name}, signature was not valid on: #{object.inspect}" unless object.signature_valid?
if object.is_a? Retraction
if object.type == 'Person' && object.signature_valid?