hydra: remove debug statement

This commit is contained in:
Rob Vermaas 2010-12-07 13:26:31 +00:00
parent 4fdd011b2d
commit 6bb569387a

View file

@ -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`;