Skip to content

Commit

Permalink
Remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
dasJ committed Dec 29, 2024
1 parent 8f2b796 commit 6b074be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ofborg/src/nixenv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ impl HydraNixEnv {

pub fn execute(&self) -> Result<outpathdiff::PackageOutPaths, Error> {
let (status, stdout, stderr) = self.run_nix_env();
println!("{status:#?}, {stdout:#?}");

if status {
let outpaths = outpathdiff::parse_json(
Expand Down

0 comments on commit 6b074be

Please sign in to comment.