remove some puts
This commit is contained in:
parent
e47730b63f
commit
55c0bd684b
1 changed files with 0 additions and 2 deletions
|
|
@ -381,7 +381,6 @@ class User
|
||||||
log_string << "inviter=#{invitations_to_me.first.from.diaspora_handle}" if invitations_to_me.first
|
log_string << "inviter=#{invitations_to_me.first.from.diaspora_handle}" if invitations_to_me.first
|
||||||
Rails.logger.info log_string
|
Rails.logger.info log_string
|
||||||
self.setup(opts)
|
self.setup(opts)
|
||||||
puts "foobar"
|
|
||||||
self.invitation_token = nil
|
self.invitation_token = nil
|
||||||
self.password = opts[:password]
|
self.password = opts[:password]
|
||||||
self.password_confirmation = opts[:password_confirmation]
|
self.password_confirmation = opts[:password_confirmation]
|
||||||
|
|
@ -420,7 +419,6 @@ class User
|
||||||
self.serialized_private_key ||= User.generate_key
|
self.serialized_private_key ||= User.generate_key
|
||||||
self.person.serialized_public_key = OpenSSL::PKey::RSA.new(self.serialized_private_key).public_key
|
self.person.serialized_public_key = OpenSSL::PKey::RSA.new(self.serialized_private_key).public_key
|
||||||
|
|
||||||
puts self.serialized_public_key
|
|
||||||
self
|
self
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue