Removed unneeded variable

This commit is contained in:
Priit Tark 2015-05-04 16:02:30 +03:00
parent 2b037fdf00
commit 0e45460936

View file

@ -55,7 +55,7 @@ class Epp::Contact < Contact
# add prefix when needed
if custom_code.present?
cid, rcode, custom = custom_code.split(':')
cid, rcode = custom_code.split(':')
if "#{cid}:#{rcode}" != registrar.contact_prefix
custom_code = "#{registrar.contact_prefix}:#{custom_code}"
end