Remove dead code

This commit is contained in:
Artur Beljajev 2019-10-16 19:17:41 +03:00
parent 227031e7b7
commit c53b39171d
4 changed files with 1 additions and 18 deletions

View file

@ -1,9 +0,0 @@
if @disclosure_policy
@disclosure_policy.each do |k,v|
xml.tag!('contact:disclose', 'flag' => k) do
v.each do |attr|
xml.tag!("contact:#{attr}")
end
end
end
end

View file

@ -75,7 +75,6 @@ xml.epp_head do
xml.tag!('contact:pw', 'No access')
end
end
# xml << render('/epp/contacts/disclosure_policy')
end
end
if can? :view_full_info, @contact, @password