removed a wrong logging message from eoEvalContinue.h

This commit is contained in:
Caner Candan 2010-08-31 14:54:42 +02:00
commit 12a631cfb1

View file

@ -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
*/