Remove comment.

This ain't the right way to terminate when blocking by pop.
main
Vincent Driessen 13 years ago
parent 253f1752b8
commit a154ef0bd9

@ -212,9 +212,6 @@ class Worker(object):
return
self.log.warning('Warm shut down. Press Ctrl+C again for a cold shutdown.')
#if self.state == 'idle':
# raise SystemExit()
self._stopped = True
self.log.debug('Stopping after current horse is finished.')

Loading…
Cancel
Save