Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
only way to know if a category is well declared is through the return code (1 on...
[simgrid.git] / src / instr / interface.c
index 61103f8..38189a7 100644 (file)
@@ -163,7 +163,6 @@ int TRACE_create_category (const char *category,
   }
   //check if category is created
   if (xbt_dict_get_or_null (created_categories, category)){
   }
   //check if category is created
   if (xbt_dict_get_or_null (created_categories, category)){
-        INFO1 ("Category %s is already created", category);
      return 1;
   }
 
      return 1;
   }