Remove comment.

This ain't the right way to terminate when blocking by pop.
This commit is contained in:
Vincent Driessen 2011-11-25 01:11:14 +01:00
parent 253f1752b8
commit a154ef0bd9
1 changed files with 0 additions and 3 deletions

View File

@ -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.')