- remove redundant debug message
authorJiří Škrábal <nykolas@ics.muni.cz>
Tue, 9 Nov 2004 13:25:13 +0000 (13:25 +0000)
committerJiří Škrábal <nykolas@ics.muni.cz>
Tue, 9 Nov 2004 13:25:13 +0000 (13:25 +0000)
org.glite.lb.server/src/notification.c

index a9077ed..b924708 100644 (file)
@@ -640,10 +640,7 @@ static int update_notif(
                 */
        }
 
-       if ( host ) {
-               fprintf(stderr, "edg_wll_NotifChangeDestination(ctx, nid, %s, %d);\n", host, port);
-               edg_wll_NotifChangeDestination(ctx, nid, host, port);
-       }
+       if ( host ) edg_wll_NotifChangeDestination(ctx, nid, host, port);
 
 
 cleanup: