removed a stray 'cout' call
parent
583d97cae7
commit
d4f8d9a645
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue