diff --git a/bin/drupal.php b/bin/drupal.php index 47906e546..9b078b32b 100644 --- a/bin/drupal.php +++ b/bin/drupal.php @@ -28,7 +28,6 @@ $drupalFinder = new DrupalFinder(); $drupalFinder->locateRoot(getcwd()); - $composerRoot = $drupalFinder->getComposerRoot(); $drupalRoot = $drupalFinder->getDrupalRoot(); @@ -37,8 +36,6 @@ $drupal = new Drupal($autoload, $composerRoot, $drupalRoot); $container = $drupal->boot(); -echo $composerRoot . PHP_EOL; - if (!$container) { echo ' Something goes wrong, try checking the log file at:' . PHP_EOL . ' ' . $composerRoot . '/console/log/' . date('Y-m-d') . '.log' . PHP_EOL;