]> git.donarmstrong.com Git - mothur.git/blobdiff - trimseqscommand.cpp
changes while testing 1.27
[mothur.git] / trimseqscommand.cpp
index 637a720edd26433dfd79b66d8d327109bdd25d7f..ae8dfb7efbb7826f40459ef87198ab72480a65ea 100644 (file)
@@ -611,7 +611,6 @@ int TrimSeqsCommand::driverCreateTrim(string filename, string qFileName, string
                        QualityScores currQual;
                        if(qFileName != ""){
                                currQual = QualityScores(qFile);  m->gobble(qFile);
-                if ((m->debug)&&(count>15800)) { m->mothurOut("[DEBUG]: " + toString(count) + " fasta = " + currSeq.getName() + '\n'); m->mothurOut("[DEBUG]: " + toString(getpid()) + '\n'); }
                        }
                        
                        string origSeq = currSeq.getUnaligned();