Skip to content

Commit

Permalink
fix: remove dbg commands (#2632)
Browse files Browse the repository at this point in the history
  • Loading branch information
nichmor authored Dec 3, 2024
1 parent 7571fa4 commit e8e8708
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions crates/pixi_build_frontend/src/tool/cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -304,13 +304,9 @@ mod tests {
*count += 1;

if count == &1 {
dbg!("a");
miette::bail!("error on first request");
// tokio::time::sleep(tokio::time::Duration::from_secs(1)).await;
// panic!("tim is right!");
}

dbg!("b");
let isolated_tool =
IsolatedTool::new(spec.command.clone(), PathBuf::new(), HashMap::default());
Ok(isolated_tool)
Expand Down
2 changes: 0 additions & 2 deletions crates/pixi_utils/src/conda_environment_file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ impl CondaEnvFile {
channels = config.default_channels();
}

dbg!(&channels);

Ok((conda_deps, pip_deps, channels))
}
}
Expand Down

0 comments on commit e8e8708

Please sign in to comment.