mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-29 04:59:36 +08:00
Don't show stray logging statement.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user