From 809ce891bb7266663db9d860268162309c05844e Mon Sep 17 00:00:00 2001 From: Alberto Di Meglio Date: Mon, 21 Mar 2005 16:46:23 +0000 Subject: [PATCH] Removed debug comments --- org.glite.deployment.lb/config/scripts/glite-lb-config.py | 1 - 1 file changed, 1 deletion(-) 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 -- 1.8.2.3