Remove comment

This commit is contained in:
Artur Beljajev 2019-12-18 08:55:48 +02:00
parent 408d990c1c
commit b90a937c9a

View file

@ -65,7 +65,6 @@ xml.epp_head do
xml.tag!('contact:upID', upID) if upID.present? # optional upID xml.tag!('contact:upID', upID) if upID.present? # optional upID
xml.tag!('contact:upDate', @contact.updated_at.try(:iso8601)) xml.tag!('contact:upDate', @contact.updated_at.try(:iso8601))
end end
# xml.tag!('contact:trDate', '123') if false
if can? :view_password, @contact, @password if can? :view_password, @contact, @password
xml.tag!('contact:authInfo') do xml.tag!('contact:authInfo') do
xml.tag!('contact:pw', @contact.auth_info) xml.tag!('contact:pw', @contact.auth_info)