Remove mysterious line

This commit is contained in:
Eelco Dolstra 2014-05-01 10:42:53 +02:00
parent 628e914f2b
commit 4de6357776

View file

@ -75,7 +75,6 @@ foreach my $file (@{$data->{list}->{attrs}}) {
waitpid($pid, 0) or die;
if ($? != 0) {
print STDERR "failed to fetch $url: $?\n";
last if $? >> 8 == 255;
next;
}
<$fh>; my $storePath = <$fh>; chomp $storePath;