Skip to content

Commit

Permalink
Enable logging again (once DI container is initialized).
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Sep 14, 2017
1 parent 8298a2c commit 8c8c68a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/Preflight/Preflight.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,15 +205,6 @@ protected function doRun($argv)
$runner = new \Robo\Runner();
$runner->registerCommandClasses($application, $commandClasses);

// Process legacy Drush global options.
if ($input->getParameterOption(['--yes', '-y'], false, true)) {
$input->setInteractive(false);
}
// Use -vvv for even more verbose logging.
if ($input->getParameterOption(['--debug', '-d'], false, true)) {
$output->setVerbosity(Output::VERBOSITY_DEBUG);
}

// Run the Symfony Application
// Predispatch: call a remote Drush command if applicable (via a 'pre-init' hook)
// Bootstrap: bootstrap site to the level requested by the command (via a 'post-init' hook)
Expand Down

0 comments on commit 8c8c68a

Please sign in to comment.