remove some puts

This commit is contained in:
maxwell 2010-12-04 17:43:15 -08:00
parent e47730b63f
commit 55c0bd684b

View file

@ -381,7 +381,6 @@ class User
log_string << "inviter=#{invitations_to_me.first.from.diaspora_handle}" if invitations_to_me.first
Rails.logger.info log_string
self.setup(opts)
puts "foobar"
self.invitation_token = nil
self.password = opts[:password]
self.password_confirmation = opts[:password_confirmation]
@ -420,7 +419,6 @@ class User
self.serialized_private_key ||= User.generate_key
self.person.serialized_public_key = OpenSSL::PKey::RSA.new(self.serialized_private_key).public_key
puts self.serialized_public_key
self
end