X-Git-Url: https://git.cweiske.de/phancap.git/blobdiff_plain/ea958e4397b2625fb588faf4e474f8cdbaa10cdc..c2039a447e4bd044eedf31258bace2cc3f03fc29:/src/phancap/Executor.php diff --git a/src/phancap/Executor.php b/src/phancap/Executor.php index f9962bb..ebe0d60 100644 --- a/src/phancap/Executor.php +++ b/src/phancap/Executor.php @@ -39,7 +39,7 @@ class Executor exec($cmd . ' 2>&1', $arOutput, $exitcode); if ($exitcode != 0) { //FIXME: do something with $arOutput - echo implode("\n", $arOutput) . "\n"; + //echo implode("\n", $arOutput) . "\n"; throw new \Exception('Error running cutycapt', $exitcode); } }