We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e11e9 commit 7a7e9deCopy full SHA for 7a7e9de
crates/pixi_cli/src/build.rs
@@ -175,7 +175,6 @@ pub async fn execute(args: Args) -> miette::Result<()> {
175
// to the path's directory, not the current working directory.
176
let workspace_locator = determine_discovery_start(&args.path).await?;
177
178
- eprintln!("starting to locate");
179
let workspace = WorkspaceLocator::for_cli()
180
.with_search_start(workspace_locator.clone())
181
.with_closest_package(false)
0 commit comments