From 6045cd4e566e9aa2a90146faab3d0dffed608a32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20Erik=20=C3=95unapuu?= Date: Fri, 12 Feb 2021 10:14:56 +0200 Subject: [PATCH] Fix domain delete functionality --- app/interactions/actions/domain_delete.rb | 4 ---- 1 file changed, 4 deletions(-) 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