From b90a937c9adb32c178c4af36d4ec30acac043ce4 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Wed, 18 Dec 2019 08:55:48 +0200 Subject: [PATCH] Remove comment --- app/views/epp/contacts/info.xml.builder | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/epp/contacts/info.xml.builder b/app/views/epp/contacts/info.xml.builder index 4d44b0d61..07ba1102f 100644 --- a/app/views/epp/contacts/info.xml.builder +++ b/app/views/epp/contacts/info.xml.builder @@ -65,7 +65,6 @@ xml.epp_head do xml.tag!('contact:upID', upID) if upID.present? # optional upID xml.tag!('contact:upDate', @contact.updated_at.try(:iso8601)) end - # xml.tag!('contact:trDate', '123') if false if can? :view_password, @contact, @password xml.tag!('contact:authInfo') do xml.tag!('contact:pw', @contact.auth_info)