removed debug pritnf
authorJiří Filipovič <fila@ics.muni.cz>
Tue, 13 Jul 2010 23:50:03 +0000 (23:50 +0000)
committerJiří Filipovič <fila@ics.muni.cz>
Tue, 13 Jul 2010 23:50:03 +0000 (23:50 +0000)
org.glite.lb.server/src/lb_xml_parse.c.T

index 124d96e..33b1cc3 100644 (file)
@@ -2111,8 +2111,6 @@ int edg_wll_StatsResultToXML(
                trio_asprintf(&pomB,"%s>\r\n%s%s", STATS_RESULT_BEGIN, pomA, STATS_RESULT_END);
        free(pomA);
 
-       printf("XXX %s XXX\n", pomB);
-
         *message = pomB;
         return 0;
 }