Skip to content

Commit

Permalink
Remove print_passed_time
Browse files Browse the repository at this point in the history
  • Loading branch information
WeilerP committed Oct 1, 2024
1 parent f3594e8 commit bf4b5f4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scvelo/logging/_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,6 @@ def get_passed_time():
return elapsed


# TODO: Add docstrings
def print_passed_time():
"""TODO."""
return _sec_to_str(get_passed_time())


# TODO: Finish docstrings
def timeout(func, args=(), timeout_duration=2, default=None, **kwargs):
"""Spwans thread and runs the given function using the args, kwargs, and return default value on timeout."""
Expand Down

0 comments on commit bf4b5f4

Please sign in to comment.