removed a stray 'cout' call

metadata
Wenzel Jakob 2014-01-29 12:09:27 +01:00
parent 583d97cae7
commit d4f8d9a645
1 changed files with 0 additions and 1 deletions

View File

@ -233,7 +233,6 @@ bool ManifoldPerturbation::sampleMutation(
int a, b, c, step, tries = 0; int a, b, c, step, tries = 0;
while (!sampleMutationRecord(source, a, b, c, step)) { while (!sampleMutationRecord(source, a, b, c, step)) {
if (tries++ > 1000) { if (tries++ > 1000) {
cout << source.toString() << endl;
SLog(EWarn, "Internal error -- can't decide on a mutation strategy!"); SLog(EWarn, "Internal error -- can't decide on a mutation strategy!");
return false; return false;
} }