Remove unused variable

#660
This commit is contained in:
Artur Beljajev 2018-01-25 12:31:13 +02:00
parent a2ee64ebd9
commit 954269e580

View file

@ -16,7 +16,6 @@ module Concerns::Contact::Transferable
end
def generate_auth_info
return if @generate_auth_info_disabled
return if auth_info.present?
self.auth_info = SecureRandom.hex(11)
end