Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drush / drush / src / Command / ServiceCommandlist.php
similarity index 80%
rename from vendor/drush/drush/lib/Drush/Command/ServiceCommandlist.php
rename to vendor/drush/drush/src/Command/ServiceCommandlist.php
index b0bcfc3044a040d4b99e56daf46cf493c341a422..c64242f6286586a32598df940f477b724bbd8eb3 100644 (file)
@@ -7,12 +7,12 @@ use Drush\Log\LogLevel;
  * Keep a list of all of the service commands that we can find when the
  * Drupal Kernel is booted.
  */
-class ServiceCommandlist {
+class ServiceCommandlist
+{
     protected $commandList = [];
 
     public function addCommandReference($command)
     {
-        drush_log(dt("add command reference"), LogLevel::DEBUG);
         $this->commandList[] = $command;
     }