hydra: remove debug statement
This commit is contained in:
parent
4fdd011b2d
commit
6bb569387a
1 changed files with 0 additions and 1 deletions
|
@ -776,7 +776,6 @@ sub restartBuild {
|
|||
my $paths = "";
|
||||
foreach my $bs ($build->buildsteps) {
|
||||
$paths = $paths . " " . $bs->outpath;
|
||||
print STDERR $paths . "\n";
|
||||
}
|
||||
|
||||
my $r = `nix-store --clear-failed-paths $paths $outpath`;
|
||||
|
|
Loading…
Reference in a new issue