From: Martin Quinson Date: Mon, 26 Jan 2015 17:07:04 +0000 (+0100) Subject: oops, remove verbose debug output X-Git-Tag: v3_12~760^2~22 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/10cb473ba61de499f6b1e305db4d3904303be2a1 oops, remove verbose debug output --- diff --git a/src/surf/surf_routing.cpp b/src/surf/surf_routing.cpp index 32e238a19f..06f68802b2 100644 --- a/src/surf/surf_routing.cpp +++ b/src/surf/surf_routing.cpp @@ -902,8 +902,6 @@ static void routing_parse_cluster(sg_platf_cluster_cbarg_t cluster) xbt_dict_foreach(cluster->properties,cursor,key,data) { xbt_dict_set(host.properties, key, xbt_strdup(data),free); } - } else { - XBT_INFO("Null properties for %s: %p",host_id,cluster->properties); } if (cluster->availability_trace && strcmp(cluster->availability_trace, "")) { xbt_dict_set(patterns, "radical", bprintf("%d", i), NULL);