Skip to content

Commit dc24671

Browse files
committed
chore: cleanup
1 parent 4e68a34 commit dc24671

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/workflow/planner.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -407,10 +407,7 @@ impl WorkflowPlanner {
407407
anyhow::anyhow!("Deployment plan validation failed: {}", e)
408408
})?;
409409

410-
// Display is a method on DeploymentPlan
411-
// Wait, let's look at src/plan.rs to see how to print the plan.
412-
// Actually, the spec says `plan.display()`, maybe that exists.
413-
// Let's assume there is a way to display.
410+
414411
}
415412

416413
Ok(())

0 commit comments

Comments
 (0)