Skip to content

Commit

Permalink
Remove unneeded changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
kporras07 committed Jan 10, 2024
1 parent ab943d4 commit d030f1e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ProgressBars/WorkflowProgressBar.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,8 @@ public function __construct(OutputInterface $output, Workflow $workflow)
*/
public function cycle()
{
$invocation_count = 0;
while ($this->update()) {
$invocation_count++;
$this->sleep($invocation_count);
$this->sleep();
}
}

Expand Down

0 comments on commit d030f1e

Please sign in to comment.