]> git.donarmstrong.com Git - mothur.git/blobdiff - subsample.cpp
changing command name classify.shared to classifyrf.shared
[mothur.git] / subsample.cpp
index a6b1b2d58da2daa5cc53d17d4bbb814b56921ffd..392f97bd51f1d2ac67d6d0a810a408ab507fdcee 100644 (file)
@@ -24,7 +24,7 @@ Tree* SubSample::getSample(Tree* T, CountTable* ct, CountTable* newCt, int size)
         for (int i = 0; i < Groups.size(); i++) {
             if (m->inUsersGroups(Groups[i], m->getGroups())) {
                 if (m->control_pressed) { break; }
-                cout << Groups[i] << endl;
+        
                 int thisSize = ct->getGroupCount(Groups[i]);
                 
                 if (thisSize >= size) {