Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
wasade committed Aug 20, 2020
1 parent 6dc0cb6 commit 7856db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion q2_diversity/_beta/_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def beta_phylogenetic_meta(ctx,

action = ctx.get_action('diversity_lib',
'beta_phylogenetic_meta_passthrough')
print(type(table))

dm, = action(table, phylogeny, metric=metric, threads=threads,
variance_adjusted=variance_adjusted, alpha=alpha,
bypass_tips=bypass_tips)
Expand Down

0 comments on commit 7856db6

Please sign in to comment.