removed the emane manager from post_startup on emane models, it was not needed, since we can access it from our local session object, if needed

This commit is contained in:
Blake J. Harnden 2018-06-11 12:26:51 -07:00
parent 52230bc026
commit 981e48ed30
3 changed files with 5 additions and 6 deletions

View file

@ -191,11 +191,10 @@ class EmaneModel(WirelessModel):
return phy_document
def post_startup(self, emane_manager):
def post_startup(self):
"""
Logic to execute after the emane manager is finished with startup.
:param core.emane.emanemanager.EmaneManager emane_manager: emane manager for the session
:return: nothing
"""
logger.info("emane model(%s) has no post setup tasks", self.name)