Permalink
Browse files
Remove cout from optimatrix
- Loading branch information...
Showing
with
0 additions
and
1 deletion.
-
+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