Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
do not do useless and potentially harmful debug messages in datadesc_postexit
[simgrid.git] / src / xbt / datadesc / datadesc.c
index 8c2328f..40856a5 100644 (file)
@@ -170,10 +170,8 @@ void xbt_datadesc_preinit(void)
  **/
 void xbt_datadesc_postexit(void)
 {
-  XBT_VERB("Exiting DataDesc");
   xbt_set_free(&xbt_datadesc_set_local);
   xbt_dict_free(&xbt_dd_constants);
-  XBT_DEBUG("Exited DataDesc");
 }
 
 /** This is mainly to debug */