From ce297dacd6e6fd037c73672cfad84b93fcf308a2 Mon Sep 17 00:00:00 2001 From: Stas Date: Tue, 10 May 2016 15:18:20 +0300 Subject: [PATCH] 116209751-dublicate_deleted --- app/models/depp/domain.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/models/depp/domain.rb b/app/models/depp/domain.rb index 997a6b693..f181d0000 100644 --- a/app/models/depp/domain.rb +++ b/app/models/depp/domain.rb @@ -214,10 +214,6 @@ module Depp rem_arr << { ns: rem_ns } if rem_ns.any? rem_arr << { _anonymus: rem_anon } if rem_anon.any? - if domain_params[:registrant] != old_domain_params[:registrant] - chg = [{ registrant: { value: domain_params[:registrant] } }] - end - if domain_params[:registrant] != old_domain_params[:registrant] chg = [{ registrant: { value: domain_params[:registrant] } }] if !domain_params[:verified].present? chg = [{ registrant: { value: domain_params[:registrant], attrs: { verified: 'yes' } } }] if domain_params[:verified]