milena r1475: Remove debug in display/save

URL: https://svn.lrde.epita.fr/svn/oln/trunk/milena ChangeLog: 2007-11-13 Matthieu Garrigues <garrigues@lrde.epita.fr> Remove debug in display/save. * mln/display/save.hh: Remove debug. --- save.hh | 2 -- 1 file changed, 2 deletions(-) Index: trunk/milena/mln/display/save.hh =================================================================== --- trunk/milena/mln/display/save.hh (revision 1474) +++ trunk/milena/mln/display/save.hh (revision 1475) @@ -79,7 +79,6 @@ io::ppm::save(out, path_tmp); - std::cout << input.id_ () << " = " << path_tmp << std::endl; map_saved_image_tmp_[(void*)input.id_ ()] = path_tmp; } @@ -98,7 +97,6 @@ io::ppm::save(input, path_tmp); - std::cout << input.id_ () << " = " << path_tmp << std::endl; map_saved_image_tmp_[(void*)input.id_ ()] = path_tmp; }
participants (1)
-
Matthieu Garrigues