Skip to content

Commit

Permalink
Comment out noisy message
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Jul 1, 2024
1 parent 6be7ab7 commit 0375d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gedcom
Original file line number Diff line number Diff line change
Expand Up @@ -2400,7 +2400,7 @@ sub print_person
if(scalar(@events) == 2) {
my $event = $events[1];
if(!ref($event)) {
red_warning({ person => $person, warning => "Event record is just description ($event), information has been lost" });
# red_warning({ person => $person, warning => "Event record is just description ($event), information has been lost" });
pop @events;
}
}
Expand Down

0 comments on commit 0375d79

Please sign in to comment.