From 873dd492b5ccc854c68ee64276c4d2bee8ef27c5 Mon Sep 17 00:00:00 2001 From: Laurent Laville Date: Wed, 5 Aug 2020 19:26:41 +0000 Subject: [PATCH] remove debug code --- src/Bartlett/CompatInfo/Api/V3/Analyser.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/Bartlett/CompatInfo/Api/V3/Analyser.php b/src/Bartlett/CompatInfo/Api/V3/Analyser.php index 538a3bf3..208c3857 100644 --- a/src/Bartlett/CompatInfo/Api/V3/Analyser.php +++ b/src/Bartlett/CompatInfo/Api/V3/Analyser.php @@ -99,11 +99,7 @@ public function run(string $source, array $analysers, $alias, string $format, $f $pm->registerPlugins(); } - try { - $response = $reflect->parse($finder); - } catch (\Exception $e) { - error_log ($e->getMessage() . PHP_EOL . \print_r($e->getTraceAsString(), true)); $response = []; - } + $response = $reflect->parse($finder); $response = $filter($response);