Skip to content

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderTigron committed Nov 18, 2019
1 parent 7c85d44 commit e81b9da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Skeleton/Vat/Check/Check.php
Original file line number Diff line number Diff line change
Expand Up @@ -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", [
Expand Down

0 comments on commit e81b9da

Please sign in to comment.