diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2008-01-24 14:37:38 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2008-01-24 14:37:38 +0000 |
commit | 6e3df77557ca92c2d3db35623fe5315332c8741d (patch) | |
tree | 6b459f793c0fd004771570c06e70ba788a72fb39 /src/lib | |
parent | 5db7ac37fbd395e39614422133b95ff659db316e (diff) | |
download | bcfg2-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')
-rw-r--r-- | src/lib/Component.py | 1 |
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: |