Remove mysterious line
This commit is contained in:
parent
628e914f2b
commit
4de6357776
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue