Remove jid_event from state.orch

There's no need to have this fire.
This commit is contained in:
Mike Place 2015-05-06 14:34:35 -06:00
parent 23d4feb8b4
commit f81aab7627

View file

@ -113,7 +113,6 @@ def orchestrate(mods, saltenv='base', test=None, exclude=None, pillar=None):
exclude,
pillar=pillar)
ret = {minion.opts['id']: running}
__jid_event__.fire_event({'data': ret, 'outputter': 'highstate'}, 'progress')
return ret
# Aliases for orchestrate runner