Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove debugging
  • Loading branch information
hyphaltip committed Apr 26, 2012
1 parent 3d1882a commit b216938
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Bio/Tree/Tree.pm
Expand Up @@ -198,7 +198,6 @@ Args : (named values) hash with one value

sub get_nodes{
my ($self, @args) = @_;
warn("args are @args\n");
my ($order, $sortby) = $self->_rearrange([qw(ORDER SORTBY)],@args);
$order ||= 'depth';
$sortby ||= 'none';
Expand Down

0 comments on commit b216938

Please sign in to comment.