Skip to content

Commit 7a7e9de

Browse files
authored
chore: remove "starting to locate" from pixi build (#4933)
1 parent e4e11e9 commit 7a7e9de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/pixi_cli/src/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ pub async fn execute(args: Args) -> miette::Result<()> {
175175
// to the path's directory, not the current working directory.
176176
let workspace_locator = determine_discovery_start(&args.path).await?;
177177

178-
eprintln!("starting to locate");
179178
let workspace = WorkspaceLocator::for_cli()
180179
.with_search_start(workspace_locator.clone())
181180
.with_closest_package(false)

0 commit comments

Comments
 (0)