diff --git a/app/models/contact.rb b/app/models/contact.rb index 3bd8bb2ce..e553f2fbf 100644 --- a/app/models/contact.rb +++ b/app/models/contact.rb @@ -372,8 +372,6 @@ class Contact < ActiveRecord::Base end def related_domain_descriptions - ActiveSupport::Deprecation.warn('Use #domain_names_with_roles') - @desc = {} registrant_domains.each do |dom|