diff --git a/contribution/branches/MOLS/src2/eoAmeliorationContinue.h b/contribution/branches/MOLS/src2/eoAmeliorationContinue.h index b232632c0..a8d0f76f3 100644 --- a/contribution/branches/MOLS/src2/eoAmeliorationContinue.h +++ b/contribution/branches/MOLS/src2/eoAmeliorationContinue.h @@ -18,7 +18,6 @@ public: // _pop must be an archive virtual bool operator() (const eoPop & _pop) { - std::cout << counter << std::endl; if(arch.modified()) counter=0; else diff --git a/contribution/branches/MOLS/src2/moeoNewArchive.h b/contribution/branches/MOLS/src2/moeoNewArchive.h index f92262a69..1ed9d0961 100755 --- a/contribution/branches/MOLS/src2/moeoNewArchive.h +++ b/contribution/branches/MOLS/src2/moeoNewArchive.h @@ -104,7 +104,6 @@ private: { push_back(_moeo); isModified=true; - std::cout << "modified"; } return !dom; }