Skip to content

Commit 2d75e9d

Browse files
committed
remove junk
1 parent 233166b commit 2d75e9d

3 files changed

Lines changed: 0 additions & 309 deletions

File tree

crates/hm/src/commands/run/local.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ use anyhow::{Context, Result};
55
use super::render::{ToolPaths, list_pipelines, render_pipeline_json};
66
use crate::cli::RunArgs;
77
use crate::context::RunContext;
8-
use crate::output::format::banner;
98
use crate::runner::{RunnerRegistry, docker::DockerRunner};
109

1110
/// Execute a v0 IR pipeline locally; return the final container id.
@@ -89,10 +88,6 @@ pub async fn handle(args: RunArgs, _ctx: RunContext) -> Result<i32> {
8988
}
9089
};
9190

92-
if args.format == "human" {
93-
banner("run --local", &format!("slug={slug}"));
94-
}
95-
9691
let json = render_pipeline_json(&tools, &repo_root, &slug).await?;
9792
let graph = decode_plan_to_wire(&json)?;
9893
let parallelism = args.parallelism.unwrap_or_else(|| {

crates/hm/src/output/format.rs

Lines changed: 0 additions & 303 deletions
This file was deleted.

crates/hm/src/output/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
pub mod format;
21
pub mod human;
32
pub mod json;
43
pub mod spinner;

0 commit comments

Comments
 (0)