Merge "Remove inaccurate comment"

This commit is contained in:
Jenkins 2016-03-10 20:59:06 +00:00 committed by Gerrit Code Review
commit aff061f15c
1 changed files with 0 additions and 2 deletions

View File

@ -233,8 +233,6 @@ class Server(object):
self.subunitqueue)
def setup_processor(self):
# Note this processor will not work if the process is run as a
# daemon. You must use the --foreground option.
subunit2sql_config = self.config['config']
self.processor = Subunit2SQLProcessor(self.subunitqueue,
subunit2sql_config)