Skip to content

Commit

Permalink
docs: removed TODO about sleep
Browse files Browse the repository at this point in the history
Created issue to track: #63
  • Loading branch information
marvinmarnold committed Oct 23, 2021
1 parent eeecb51 commit 5563ec6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pktfwd/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ def write_diagnostics(diagnostics_filepath, is_running):
def await_system_ready(sleep_seconds):
"""
Sleep before starting core functions.
TODO: Get more information about why.
Original code: https://github.com/NebraLtd/hm-pktfwd/blob/5a0178341e69ecbf6b1dbc8463f6bd1231e9e657/files/configurePktFwd.py#L77 # noqa: E501
"""
LOGGER.debug("Waiting %s seconds for systems to be ready" % sleep_seconds)
sleep(sleep_seconds)
Expand Down

0 comments on commit 5563ec6

Please sign in to comment.