diff --git a/trunk/paradiseo-peo/tutorial/examples/tsp/route_eval.cpp b/trunk/paradiseo-peo/tutorial/examples/tsp/route_eval.cpp index 58309465d..d16c15ed4 100644 --- a/trunk/paradiseo-peo/tutorial/examples/tsp/route_eval.cpp +++ b/trunk/paradiseo-peo/tutorial/examples/tsp/route_eval.cpp @@ -37,6 +37,5 @@ #include "route_eval.h" void RouteEval :: operator () (Route & __route) { - std::cout<<"\nICI"; __route.fitness (- (int) length (__route)); }