X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=decalc.cpp;h=0b9f466a55e3e42175260468713d34702d8d2831;hb=92de7f976371d41441ad41f02ca83af8b43cef5c;hp=9894adbda2aab2f4ddac2b786c69bffc8778335f;hpb=5cc45e630ccee2c3503e1bfe7e9b3524898cef8a;p=mothur.git diff --git a/decalc.cpp b/decalc.cpp index 9894adb..0b9f466 100644 --- a/decalc.cpp +++ b/decalc.cpp @@ -952,7 +952,6 @@ map DeCalculator::trimSeqs(Sequence* query, vector topMatch map 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++) {