removed two bogus lines from user.receive
This commit is contained in:
parent
3d12e9ab51
commit
64c7a87aeb
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue