Remove debugging code

This commit is contained in:
Tom Hughes 2013-09-24 17:14:40 +01:00
parent 0be82cbfb5
commit 029547855f

View file

@ -242,9 +242,7 @@ private
end end
def encrypt_password def encrypt_password
logger.info "XXX"
if pass_crypt_confirmation if pass_crypt_confirmation
logger.info "YYY"
self.pass_crypt, self.pass_salt = PasswordHash.create(pass_crypt) self.pass_crypt, self.pass_salt = PasswordHash.create(pass_crypt)
self.pass_crypt_confirmation = nil self.pass_crypt_confirmation = nil
end end