Skip to content

Commit

Permalink
removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rchikhi committed Jan 25, 2018
1 parent 687629e commit 963db02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatb-core/src/gatb/kmer/impl/MPHFAlgorithm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ void MPHFAlgorithm<span,Abundance_t,NodeState_t>::populate ()
if (abundance > max_abundance_discrete)
{
_nb_abundances_above_precision++;
std::cout << "found abundance larger than discrete: " << abundance << std::endl;
//std::cout << "found abundance larger than discrete: " << abundance << std::endl;
abundance = max_abundance_discrete;
}

Expand Down

0 comments on commit 963db02

Please sign in to comment.