]> git.donarmstrong.com Git - mothur.git/blobdiff - decalc.cpp
a few meaningless changes that are commented out
[mothur.git] / decalc.cpp
index 9894adbda2aab2f4ddac2b786c69bffc8778335f..0b9f466a55e3e42175260468713d34702d8d2831 100644 (file)
@@ -952,7 +952,6 @@ map<int, int> DeCalculator::trimSeqs(Sequence* query, vector<Sequence*> topMatch
                map<int, int> trimmedPos;
                //check to make sure that is not whole seq
                if ((rearPos - frontPos - 1) <= 0) {  
-                       //m->mothurOut("[ERROR]: when I trim " + query->getName() + ", the entire sequence is trimmed. Skipping."); m->mothurOutEndLine();  
                        query->setAligned("");
                        //trim topMatches
                        for (int i = 0; i < topMatches.size(); i++) {