From: thiery Date: Thu, 29 Jun 2006 12:15:17 +0000 (+0000) Subject: Forgot to remove some debug information X-Git-Tag: v3.3~2896 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2dc05ae685723a13f5244736364c22a87a0c3ad0?hp=18063eeb619847565123bd64a8f017c932608fd2 Forgot to remove some debug information git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2462 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/simdag/sd_global.c b/src/simdag/sd_global.c index 4d8b6046cc..b4e17c7917 100644 --- a/src/simdag/sd_global.c +++ b/src/simdag/sd_global.c @@ -214,7 +214,7 @@ SD_task_t* SD_simulate(double how_long) } INFO0("Simulation finished"); - printf("elapsed_time = %f, total_time = %f, watch_point_reached = %d\n", elapsed_time, total_time, sd_global->watch_point_reached); + /* printf("elapsed_time = %f, total_time = %f, watch_point_reached = %d\n", elapsed_time, total_time, sd_global->watch_point_reached);*/ return changed_tasks; }