* Remove spurious comment.

This commit is contained in:
Mike Place 2014-02-04 16:27:39 -07:00
parent 90f0af03d1
commit 9e2ca7fa57

View File

@ -1165,7 +1165,7 @@ class LocalClient(object):
last_time = False
while True:
# Process events until timeout is reached or all minions have returned
time_left = timeout_at - time.time() # Splay of up to 1s
time_left = timeout_at - time.time()
# Wait 0 == forever, use a minimum of 1s
wait = max(1, time_left)
raw = self.event.get_event(wait, jid)