diff --git a/gatb-core/src/gatb/kmer/impl/MPHFAlgorithm.cpp b/gatb-core/src/gatb/kmer/impl/MPHFAlgorithm.cpp index d7d14304d..2ec6313f3 100644 --- a/gatb-core/src/gatb/kmer/impl/MPHFAlgorithm.cpp +++ b/gatb-core/src/gatb/kmer/impl/MPHFAlgorithm.cpp @@ -252,7 +252,7 @@ void MPHFAlgorithm::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; }