X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedrabundfloatvector.cpp;h=fa32fc43a873d22482cfcb8e4172343f3516cbce;hb=01d5a60fc5f396339acf529151fa8186ee7c1a41;hp=b8b91028625cec0cfd1ef59d7dc82ab67b40cde5;hpb=f687723a8357916e86a05116978e6869b039ce36;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");