Removed debug comments
authorAlberto Di Meglio <alberto.di.meglio@cern.ch>
Mon, 21 Mar 2005 16:46:23 +0000 (16:46 +0000)
committerAlberto Di Meglio <alberto.di.meglio@cern.ch>
Mon, 21 Mar 2005 16:46:23 +0000 (16:46 +0000)
org.glite.deployment.lb/config/scripts/glite-lb-config.py

index 9b9871d..a3f452d 100644 (file)
@@ -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