]> git.donarmstrong.com Git - mothur.git/blobdiff - classifyseqscommand.cpp
fixed some bugs found while testing 1.8
[mothur.git] / classifyseqscommand.cpp
index e6eb560e6880ff500f47d8c629f1a0b0c04066b7..51578e3ec27dda5b1d73b3497201430cd9868495 100644 (file)
@@ -528,7 +528,6 @@ int ClassifySeqsCommand::driver(linePair* line, string taxFName, string tempTFNa
                                                outTax << candidateSeq->getName() << '\t' << taxonomy << endl;
                                        }else{
                                                outTax << candidateSeq->getName() << '\t' << classify->getSimpleTax() << endl;
-                                               cout << classify->getSimpleTax() << endl;
                                        }
                                        
                                        outTaxSimple << candidateSeq->getName() << '\t' << classify->getSimpleTax() << endl;