diff --git a/app/interactions/actions/domain_delete.rb b/app/interactions/actions/domain_delete.rb index cb6cfa5d7..d7fd3496a 100644 --- a/app/interactions/actions/domain_delete.rb +++ b/app/interactions/actions/domain_delete.rb @@ -51,10 +51,6 @@ module Actions else domain.set_pending_delete! end - - return false if domain.errors.any? - return false if domain.errors[:epp_errors].any? - true end end