Browse Source

Remove debug

mscherer 7 years ago
parent
commit
5fbae64f2c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Command/HelpCommand.php

+ 0 - 1
src/Command/HelpCommand.php

@@ -108,7 +108,6 @@ class HelpCommand extends Command implements CommandCollectionAwareInterface
 
             list ($prefix, $name) = explode('.', $prefixedName, 2);
             $prefix = Inflector::camelize($prefix);
-            debug($names);
 
             $shortestName = $this->getShortestName($names);
             if (strpos($shortestName, '.') !== false) {