From 3e28ddc195798007e79ad79e87003f1993b46b7e Mon Sep 17 00:00:00 2001 From: navarrop Date: Tue, 28 Sep 2010 08:53:06 +0000 Subject: [PATCH] Delete this message for being compatible with old tesh files. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8255 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/surf/surf_routing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/surf/surf_routing.c b/src/surf/surf_routing.c index 7e160ab0c9..285a61c6fa 100644 --- a/src/surf/surf_routing.c +++ b/src/surf/surf_routing.c @@ -271,7 +271,7 @@ static void parse_S_AS(void) { new_routing->hierarchy = SURF_ROUTING_NULL; new_routing->name = xbt_strdup(A_surfxml_AS_id); new_routing->routing_sons = xbt_dict_new(); - INFO2("Routing %s for AS %s",A_surfxml_AS_routing,A_surfxml_AS_id); + //INFO2("Routing %s for AS %s",A_surfxml_AS_routing,A_surfxml_AS_id); if( current_routing == NULL && global_routing->root == NULL ){ -- 2.20.1