Permalink
Browse files

Remove cout from optimatrix

  • Loading branch information...
1 parent bc01223 commit 61649e93a5d5b3a1977036d4289d5ce2f8f86335 @mothur-westcott mothur-westcott committed Feb 6, 2017
Showing with 0 additions and 1 deletion.
  1. +0 −1 source/datastructures/optimatrix.cpp
@@ -206,7 +206,6 @@ int OptiMatrix::readPhylip(){
if (!singleton[i]) { //if you are not a singleton
singletonIndexSwap[i] = nonSingletonCount;
nonSingletonCount++;
- cout << i << '\t' << nameMap[i] << '\t' << singletonIndexSwap[i] << endl;
}else { singletons.push_back(nameMap[i]); }
}
singleton.clear();

0 comments on commit 61649e9

Please sign in to comment.