summaryrefslogtreecommitdiffstats
path: root/src/lib/Component.py
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2008-01-24 14:37:38 +0000
committerNarayan Desai <desai@mcs.anl.gov>2008-01-24 14:37:38 +0000
commit6e3df77557ca92c2d3db35623fe5315332c8741d (patch)
tree6b459f793c0fd004771570c06e70ba788a72fb39 /src/lib/Component.py
parent5db7ac37fbd395e39614422133b95ff659db316e (diff)
downloadbcfg2-6e3df77557ca92c2d3db35623fe5315332c8741d.tar.gz
bcfg2-6e3df77557ca92c2d3db35623fe5315332c8741d.tar.bz2
bcfg2-6e3df77557ca92c2d3db35623fe5315332c8741d.zip
Remove old debug message
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4288 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Component.py')
-rw-r--r--src/lib/Component.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/Component.py b/src/lib/Component.py
index f2edf5d09..645c2d5b1 100644
--- a/src/lib/Component.py
+++ b/src/lib/Component.py
@@ -229,7 +229,6 @@ class Component(TLSServer,
try:
pid = os.waitpid(0, os.WNOHANG)[0]
if pid:
- self.logger.debug("process %d exited" % pid)
if pid in self.children:
self.children.remove(pid)
else: