Skip to content

Commit

Permalink
Removing debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
omkar-pednekar authored Aug 10, 2021
1 parent f14331c commit f208e48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Commands/GenerateAll.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public function generate($options = ['update' => FALSE]) {
if ($options['update']) {
$commands = array_map(function($command) { return $command . ' --update'; }, $commands);
}
var_dump($commands);
// @todo Further refactor it so that we don't have to use exec function.
foreach ($commands as $command) {
\system('drush ' . $command);
Expand Down

0 comments on commit f208e48

Please sign in to comment.