From 963db0289bf228ce004d0cf1521913d22e28151d Mon Sep 17 00:00:00 2001 From: rchikhi Date: Fri, 26 Jan 2018 00:32:12 +0100 Subject: [PATCH] removed debug --- gatb-core/src/gatb/kmer/impl/MPHFAlgorithm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }