removed a wrong logging message from eoEvalContinue.h
This commit is contained in:
parent
2b3db39aff
commit
12a631cfb1
1 changed files with 1 additions and 3 deletions
|
|
@ -38,9 +38,7 @@ class eoEvalContinue: public eoContinue<EOT>
|
|||
public:
|
||||
/// Ctor
|
||||
eoEvalContinue( eoEvalFuncCounter<EOT> & _eval, unsigned long _totalEval)
|
||||
: eval(_eval), repTotalEvaluations( _totalEval ) {
|
||||
std::cout << "Ctor de eoEvalFuncCounter avec total = " << repTotalEvaluations << std::endl;
|
||||
};
|
||||
: eval(_eval), repTotalEvaluations( _totalEval ) {};
|
||||
|
||||
/** Returns false when a certain number of evaluations has been done
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue