From 7c85d4427d0d855b029ddc6a6b4994a8e50899e9 Mon Sep 17 00:00:00 2001 From: Christophe Gosiau Date: Wed, 9 Oct 2019 14:49:11 +0200 Subject: [PATCH] remove debug output --- lib/Skeleton/Vat/Check/Check.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Skeleton/Vat/Check/Check.php b/lib/Skeleton/Vat/Check/Check.php index 1c9d438..7f55269 100644 --- a/lib/Skeleton/Vat/Check/Check.php +++ b/lib/Skeleton/Vat/Check/Check.php @@ -161,8 +161,6 @@ public static function validate_online_call($vat_number, Country $country) { ]); $params = [ 'countryCode' => $vat_config[ $country->get_iso2() ]['country_code'], 'vatNumber' => $vat_number ]; $result = $client->checkVat($params); - var_dump($result); - echo 'aze'; if ($result->valid == 1) { return true;