]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
runqueue: kill pre-server-ui-split remnant
authorChris Larson <chris_larson@mentor.com>
Fri, 17 Dec 2010 21:46:55 +0000 (14:46 -0700)
committerChris Larson <chris_larson@mentor.com>
Fri, 17 Dec 2010 21:47:26 +0000 (14:47 -0700)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
lib/bb/runqueue.py

index 85e1760eb39123bbae0a3196882edad843ba5624..3dc2051d026dc5a59933443d5cd3bd1a1e5691f5 100644 (file)
@@ -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)