X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedrabundfloatvector.cpp;h=fa32fc43a873d22482cfcb8e4172343f3516cbce;hb=1a968f34ae2d2680eaf189a197d1a21b8dfd6c03;hp=b8b91028625cec0cfd1ef59d7dc82ab67b40cde5;hpb=bfc3401db792f7630a5bfe7aea44b4eb5bae6e6f;p=mothur.git diff --git a/sharedrabundfloatvector.cpp b/sharedrabundfloatvector.cpp index b8b9102..fa32fc4 100644 --- a/sharedrabundfloatvector.cpp +++ b/sharedrabundfloatvector.cpp @@ -152,8 +152,6 @@ SharedRAbundFloatVector::SharedRAbundFloatVector(ifstream& f) : DataVector(), ma m->saveNextLabel = nextLabel; m->setAllGroups(allGroups); - for (int i = 0; i < allGroups.size(); i++) { cout << allGroups[i] << endl; } - } catch(exception& e) { m->errorOut(e, "SharedRAbundFloatVector", "SharedRAbundFloatVector");