Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill arg 'old_ctx' of function resume in context factory. Was only used when killing...
[simgrid.git] / src / msg / task.c
index b14d7c8..a54b159 100644 (file)
@@ -73,8 +73,6 @@ m_task_t MSG_task_create(const char *name, double compute_duration,
   simdata->comp_amount = NULL;
   simdata->comm_amount = NULL;
 
-  CINFO2(root,"Created task %p: %s",task,name);
-
   return task;
 }