Remove misleading comment

#569
This commit is contained in:
Artur Beljajev 2017-07-20 22:46:31 +03:00
parent a77ccf72bf
commit 57d0bf17d3

View file

@ -171,7 +171,7 @@ class Epp::Contact < Contact
# allow to update ident code for legacy contacts
if frame.css('ident').first
self.ident_updated_at ||= Time.zone.now # not in use
self.ident_updated_at ||= Time.zone.now
ident_frame = frame.css('ident').first
if ident_frame && ident_attr_valid?(ident_frame)