diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 369: fix invalid comment in fastmodel

Message ID 20120813135611.26170.2547.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Andy Doan Aug. 13, 2012, 1:56 p.m. UTC
------------------------------------------------------------
revno: 369
committer: Andy Doan <andy.doan@linaro.org>
branch nick: lava-dispatcher
timestamp: Fri 2012-08-10 10:25:36 -0500
message:
  fix invalid comment in fastmodel
  
  revno 360.2.2 forget to remove the comment attached to the code
modified:
  lava_dispatcher/client/fastmodel.py


--
lp:lava-dispatcher
https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk

You are subscribed to branch lp:lava-dispatcher.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'lava_dispatcher/client/fastmodel.py'
--- lava_dispatcher/client/fastmodel.py	2012-08-10 14:54:27 +0000
+++ lava_dispatcher/client/fastmodel.py	2012-08-10 15:25:36 +0000
@@ -306,6 +306,4 @@ 
         self.proc = proc
         self.daemon = True #allows thread to die when main main proc exits
     def run(self):
-        # change simproc's stdout so it doesn't overlap the stdout from our
-        # serial console logging
         self.proc.drain()