X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sequence.cpp;h=a359607a3ea11fa118efed129407ee608d4903e5;hb=cc19310422f125d6628980bd1148e1e816792382;hp=a1e787bab8cd24ebb352593055e7d2fc10b406de;hpb=01f6af90c907264686304a5c684c702e94ff40ae;p=mothur.git diff --git a/sequence.cpp b/sequence.cpp index a1e787b..a359607 100644 --- a/sequence.cpp +++ b/sequence.cpp @@ -682,7 +682,7 @@ int Sequence::getEndPos(){ //******************************************************************************************************************** void Sequence::padFromPos(int end){ - cout << end << '\t' << endPos << endl; + //cout << end << '\t' << endPos << endl; for(int j = end; j < endPos; j++) { aligned[j] = '.'; }