X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f924b8a615aa062dbac23bd8b7d7863fc045de4b..f66b63e12575c8df0f87108083e194ff7fdf2332:/src/instr/interface.c diff --git a/src/instr/interface.c b/src/instr/interface.c index 61103f8a9e..38189a7cce 100644 --- a/src/instr/interface.c +++ b/src/instr/interface.c @@ -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)){ - INFO1 ("Category %s is already created", category); return 1; }