Skip to content

Commit

Permalink
removed print stat
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjamesgarza committed Mar 28, 2024
1 parent 3a16c78 commit 3ec21d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def convert_time(data, key):
for unit in ['sec', 'min', 'hour', 'hr', 'day']:
if f'{key} [{unit}]' in data:
time_value = float(data[f'{key} [{unit}]'])
print(time_value)
if unit == 'sec':
time = time_value
elif unit == 'min':
Expand Down

0 comments on commit 3ec21d0

Please sign in to comment.