removed two bogus lines from user.receive

This commit is contained in:
danielvincent 2010-08-13 08:57:22 -07:00
parent 3d12e9ab51
commit 64c7a87aeb

View file

@ -141,8 +141,6 @@ class User
if object.is_a? Retraction
object.perform self.id
elsif object.is_a? Request
puts object.inspect
old_request =
person = Diaspora::Parser.get_or_create_person_object_from_xml( xml )
person.serialized_key ||= object.exported_key
object.person = person