mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-01-05 13:39:06 +01:00
Removed old comment
This commit is contained in:
parent
09f504fa3e
commit
27bafa847c
@ -234,8 +234,6 @@ def daily_time_spent_calculation(earliest, latest, open_hours):
|
||||
latest = latest.replace(hour=end_hour, minute=end_minute, second=end_second)
|
||||
|
||||
day_delta = latest - earliest
|
||||
|
||||
# returns up to 86399 seconds, add one second if full day
|
||||
time_spent_seconds += day_delta.seconds
|
||||
|
||||
return time_spent_seconds
|
Loading…
Reference in New Issue
Block a user