Skip to content

Commit

Permalink
Remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 committed Mar 6, 2019
1 parent b3d98cd commit 805f8f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Vat/Provider/Europa.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
);
Expand Down

0 comments on commit 805f8f6

Please sign in to comment.