Skip to content

Commit

Permalink
i left a die in by mistake, removing it
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarin committed Nov 15, 2024
1 parent d7e4839 commit f03a091
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/HTFeed/PackageType/IA/Download.pm
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ sub download {
# check if it was already downloaded
return 1 if -e "$self->{pt_path}/$filename";

die "died from $self->{pt_path}/$filename \n";

foreach my $link (@{$self->get_links()}) {
next if not defined $link;
if ($link =~ /$suffix$/ and $link !~ /_bw_$suffix/) {
Expand Down

0 comments on commit f03a091

Please sign in to comment.