diff --git a/lib/Skeleton/Vat/Check/Check.php b/lib/Skeleton/Vat/Check/Check.php index 7f55269..bc0b842 100644 --- a/lib/Skeleton/Vat/Check/Check.php +++ b/lib/Skeleton/Vat/Check/Check.php @@ -153,7 +153,6 @@ public static function validate_online_call($vat_number, Country $country) { throw new \Exception('Cannot perform online call for non-EU country'); } - echo 'online call' . "\n"; // The @ is to suppress the warnings triggered by the SOAP client when the URL is not reachable // An exception is also thrown, which is catched higher in the stack $client = @new \SoapClient("http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl", [