Skip to content

Commit

Permalink
Remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Aug 5, 2024
1 parent 614f50f commit eba4f99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gedcom
Original file line number Diff line number Diff line change
Expand Up @@ -5088,7 +5088,6 @@ sub print_person
if(($place =~ /^\s\d/ && (my $ssp = place({ person => $ss, record => $ssr, nopreposition => 1 })))) {
if($ssp eq $place) {
if($ss->sex() eq 'F') {
die;
$living_with{'sister-in-law'} = $ss
} else {
$living_with{'brother-in-law'} = $ss
Expand Down

0 comments on commit eba4f99

Please sign in to comment.