Skip to content

Commit

Permalink
Update drush command.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveworley committed Mar 17, 2023
1 parent 2e8114a commit 1a954eb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Commands/QuantDrushCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ public function message($options = ['threads' => 5]) {
return;
}

var_dump($queue_factory);
exit;

$this->output()->writeln("<info>Forking seed worker.</info>");
$drushPath = $this->getDrushPath();
$cmd = $drushPath . ' queue:run quant_seed_worker';
Expand Down

0 comments on commit 1a954eb

Please sign in to comment.