From 10cb473ba61de499f6b1e305db4d3904303be2a1 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 26 Jan 2015 18:07:04 +0100 Subject: [PATCH] oops, remove verbose debug output --- src/surf/surf_routing.cpp | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.20.1