Skip to content

Commit

Permalink
Don't try to search on the logger
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Jul 3, 2024
1 parent 789f6ac commit fb88a84
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ged2site
Original file line number Diff line number Diff line change
Expand Up @@ -13038,9 +13038,6 @@ sub obituaries
my $yob = delete $params{'yob'};
my $yod = delete $params{'yod'};
my $person = delete $params{'person'};
if($logger) {
$params{'logger'} = $logger;
}
my @obituaries = $obituaries->search(\%params);

print scalar(@obituaries), " obituaries found\n" if($opts{'v'});
Expand Down

0 comments on commit fb88a84

Please sign in to comment.