From 805f8f6d84ddbac645279e8699e5fb4a6019f729 Mon Sep 17 00:00:00 2001 From: Pierre-Henry Soria Date: Wed, 6 Mar 2019 20:59:39 +1300 Subject: [PATCH] Remove redundant comment --- src/Vat/Provider/Europa.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Vat/Provider/Europa.php b/src/Vat/Provider/Europa.php index 02ec6e4..bbdb1b9 100644 --- a/src/Vat/Provider/Europa.php +++ b/src/Vat/Provider/Europa.php @@ -65,7 +65,6 @@ public function getResource($sVatNumber, string $sCountryCode): stdClass ]; return $this->oClient->checkVat($aDetails); } catch (SoapFault $oExcept) { - //trigger_error('Impossible to retrieve the VAT details: ' . $oExcept->faultstring); throw new Exception( sprintf(self::IMPOSSIBLE_RETRIEVE_DATA_MESSAGE, $oExcept->faultstring) );