diff --git a/trunk/paradiseo-moeo/tutorial/Lesson4/FlowShopDMLS.cpp b/trunk/paradiseo-moeo/tutorial/Lesson4/FlowShopDMLS.cpp index 6987a1d6f..a2e864a77 100644 --- a/trunk/paradiseo-moeo/tutorial/Lesson4/FlowShopDMLS.cpp +++ b/trunk/paradiseo-moeo/tutorial/Lesson4/FlowShopDMLS.cpp @@ -129,11 +129,6 @@ int main(int argc, char* argv[]) // run the algo algo(pop); - // printing of the final population - cout << "Final Population\n"; - pop.sortedPrintOn(cout); - cout << endl; - // printing of the final archive cout << "Final Archive\n"; arch.sortedPrintOn(cout);