From: Alberto Di Meglio Date: Mon, 21 Mar 2005 16:46:23 +0000 (+0000) Subject: Removed debug comments X-Git-Tag: glite-deployment-lb_R_1_2_2~10 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=809ce891bb7266663db9d860268162309c05844e;p=jra1mw.git Removed debug comments --- diff --git a/org.glite.deployment.lb/config/scripts/glite-lb-config.py b/org.glite.deployment.lb/config/scripts/glite-lb-config.py index 9b9871d..a3f452d 100644 --- a/org.glite.deployment.lb/config/scripts/glite-lb-config.py +++ b/org.glite.deployment.lb/config/scripts/glite-lb-config.py @@ -199,7 +199,6 @@ python %s-config [OPTION...]""" % (self.name, os.environ['GLITE_LOCATION'], \ error_level = 0 retval = os.system('%s/etc/init.d/glite-lb-bkserverd status' % os.environ['GLITE_LOCATION']) - print retval if retval != 0: error_level = 1