Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Aug 3, 2024
1 parent 04df4fc commit 59ebea7
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 @@ -7094,9 +7094,6 @@ sub print_person
($type ne 'Race') &&
($type ne 'Hospitalisation')) {
complain({ person => $person, warning => "Unhandled event type: $type" });
if($dateofmarriage) {
warn $dateofmarriage;
}
die 'TODO: ', $person->as_string({ nee => 1, include_years => 1, middle_names => 1}), " event type $type";
if(my $notes = notes(record => $event, note_locations => \@note_locations)) {
$notes =~ s/[\s\.]+$//;
Expand Down

0 comments on commit 59ebea7

Please sign in to comment.