Skip to content

Commit

Permalink
remove some redundant commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnlaffan committed Mar 8, 2024
1 parent 711289f commit 9231550
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/Biodiverse/Indices/PhylogeneticRelative.pm
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,7 @@ sub calc_phylo_rpe_central {
$phylo_rpe2 = eval {$pe_p_score / $null};
$diff = eval {$orig_total_tree_length * ($pe_p_score - $null)};
}
#if (defined $pe_nullx) {
#say STDERR "$pe_null $pe_nullx";
#}

my $results = {
PHYLO_RPEC => $phylo_rpe2,
PHYLO_RPE_NULLC => $null,
Expand Down

0 comments on commit 9231550

Please sign in to comment.