Skip to content

Commit

Permalink
More helpful debugging message
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Jun 18, 2024
1 parent 4bb5c7d commit af01c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ged2site
Original file line number Diff line number Diff line change
Expand Up @@ -9539,7 +9539,7 @@ sub Gedcom::Individual::relationship {
}
# if($me && ($me->xref() eq $other->xref()) && ($me->xref() eq $self->spouse()->xref())) {
# my $sex = $other->sex() || get_value({ person => $other, value => 'sex' });
# die $sex;
# die $self->as_string(), ": $sex";
# }

return $self->relationship_down($other) || $self->relationship_up($other);
Expand Down

0 comments on commit af01c4b

Please sign in to comment.