Remove outdated FIXME; _compute_delegate is called below

This commit is contained in:
Abhijit Menon-Sen 2015-08-01 09:34:59 +05:30
parent 7b3cb2126c
commit 2cb7cd8379

View file

@ -411,7 +411,6 @@ class TaskExecutor:
correct connection object from the list of connection plugins
'''
# FIXME: delegate_to calculation should be done here
# FIXME: calculation of connection params/auth stuff should be done here
if not self._play_context.remote_addr: