Don't show stray logging statement.

This commit is contained in:
Stephen Diehl
2012-07-10 07:26:48 -04:00
parent 9040bacd0b
commit 2465282a56
+1
View File
@@ -44,6 +44,7 @@ class ComponentHost(object):
Run the host.
"""
log.info('===== PARENT PID: %s' % os.getppid())
log.info('===== PID: %s' % os.getpid())
self.open()
#self.shutdown()