From b257629774f543c60434056fb9238ce1ca9c1db8 Mon Sep 17 00:00:00 2001 From: Yvan Watchman Date: Sun, 18 Aug 2019 15:25:01 +0200 Subject: [PATCH] Remove unncessary line Remove comment for debug --- .../eppRequests/sidnEppCreateContactRequest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Protocols/EPP/eppExtensions/sidn-ext-epp-1.0/eppRequests/sidnEppCreateContactRequest.php b/Protocols/EPP/eppExtensions/sidn-ext-epp-1.0/eppRequests/sidnEppCreateContactRequest.php index d10b8183..7bb8b353 100644 --- a/Protocols/EPP/eppExtensions/sidn-ext-epp-1.0/eppRequests/sidnEppCreateContactRequest.php +++ b/Protocols/EPP/eppExtensions/sidn-ext-epp-1.0/eppRequests/sidnEppCreateContactRequest.php @@ -35,10 +35,9 @@ private function addSidnExtension(eppContact $contact) { $create = $this->createElement('sidn-ext-epp:create'); $contact = $this->createElement('sidn-ext-epp:contact'); $contact->appendChild($this->createElement('sidn-ext-epp:legalForm', $legalform)); - #$contact->appendChild($this->createElement('sidn-ext-epp:legalFormRegNo','8764654.0')); $create->appendChild($contact); $sidnext->appendChild($create); $this->getExtension()->appendChild($sidnext); } -} \ No newline at end of file +}