From 2b07525d80f5d635e7bdcd4a9b1b93a3b834f7ce Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Fri, 17 Dec 2010 14:46:55 -0700 Subject: [PATCH] runqueue: kill pre-server-ui-split remnant Signed-off-by: Chris Larson --- lib/bb/runqueue.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/bb/runqueue.py b/lib/bb/runqueue.py index 85e1760eb39..3dc2051d026 100644 --- a/lib/bb/runqueue.py +++ b/lib/bb/runqueue.py @@ -998,11 +998,6 @@ class RunQueueExecute: bb.event.worker_pid = os.getpid() bb.event.worker_pipe = pipeout - # Child processes should send their messages to the UI - # process via the server process, not print them - # themselves - bblogger.handlers = [bb.event.LogHandler()] - self.rq.state = runQueueChildProcess # Make the child the process group leader os.setpgid(0, 0) -- 2.47.3