Skip to content

Commit

Permalink
removed debug call
Browse files Browse the repository at this point in the history
  • Loading branch information
abbadon1334 committed Jul 11, 2019
1 parent 41f37ba commit 1aa0102
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bin/phpdoc-to-rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ foreach([null,'vendor'] as $vendor_dir)

$file.= DIRECTORY_SEPARATOR . 'autoload.php';

echo $file;

if (file_exists($file)) {
define('PHPUNIT_COMPOSER_INSTALL', $file);
break;
Expand All @@ -46,4 +44,4 @@ use Symfony\Component\Console\Application;

$application = new Application();
$application->add(new JuliusHaertl\PHPDocToRst\GenerateDocumentationCommand());
$application->run();
$application->run();

0 comments on commit 1aa0102

Please sign in to comment.