Skip to content

Commit

Permalink
delete commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnlaffan committed Feb 23, 2024
1 parent 8a69ac2 commit a37dbb3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/Biodiverse/Indices/Phylogenetic.pm
Original file line number Diff line number Diff line change
Expand Up @@ -577,10 +577,6 @@ sub get_path_lengths_to_root_node {
#$cache = 0; # turn it off for debug
my $el_list = $args{el_list} // [];

# if ($self->get_hierarchical_mode && $args{current_node_name}) {
# say STDERR 'KOO ' . ($args{current_node_name} // 'undef') . ' '
# . scalar @{$args{element_list1} //[]};
# }
return $self->_get_path_lengths_to_root_node_hierarchical(%args)
if defined $args{current_node_name}
&& $self->get_hierarchical_mode
Expand Down

0 comments on commit a37dbb3

Please sign in to comment.