Skip to content

Commit

Permalink
Do not rebuild the container; it does not appear to be necessary, and…
Browse files Browse the repository at this point in the history
… it causes problems.
  • Loading branch information
greg-1-anderson committed May 6, 2016
1 parent f620370 commit cd76b1b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/Drush/Boot/DrupalBoot8.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,6 @@ function bootstrap_drupal_full() {

parent::bootstrap_drupal_full();

// This appears to be necessary; I'm not sure if, perhaps, we might
// be able to move the code below to some point after some later container
// rebuild (if available).
drush_log(dt('Rebuild the container.'), LogLevel::DEBUG);
$this->kernel->rebuildContainer();

// Get a list of the modules to ignore
$ignored_modules = drush_get_option_list('ignored-modules', array());

Expand Down

0 comments on commit cd76b1b

Please sign in to comment.