Skip to content

Commit

Permalink
Remove this TODO as it's resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
nahuelhds committed May 26, 2020
1 parent 6cdc5b6 commit 7f168c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions diffengine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ def get_latest(self):
be returned.
"""

# make sure we don't go too fast
# TODO: can we remove this? Why is this here?
time_sleep = config.get("time_sleep", 0)
if time_sleep > 0:
time.sleep(time_sleep)
Expand Down

0 comments on commit 7f168c8

Please sign in to comment.