Commit 56a00e06 by Michael DeHaan

Remove dead code.

parent 2a0d67e6
......@@ -569,15 +569,6 @@ class PlayBook(object):
self.callbacks.on_no_hosts_remaining()
return False
# run notify actions
#for handler in play.handlers():
# if len(handler.notified_by) > 0:
# self.inventory.restrict_to(handler.notified_by)
# self._run_task(play, handler, True)
# self.inventory.lift_restriction()
# handler.notified_by = []
# handler.notified_by = []
self.inventory.lift_also_restriction()
return True
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment