diff options
-rwxr-xr-x | overlays/worktime/worktime/__main__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/overlays/worktime/worktime/__main__.py b/overlays/worktime/worktime/__main__.py index 0264b8a8..2caf7604 100755 --- a/overlays/worktime/worktime/__main__.py +++ b/overlays/worktime/worktime/__main__.py | |||
@@ -550,7 +550,6 @@ def time_worked(now, **args): | |||
550 | then = Worktime(**dict(args, now = then)) | 550 | then = Worktime(**dict(args, now = then)) |
551 | now = Worktime(**dict(args, now = now)) | 551 | now = Worktime(**dict(args, now = now)) |
552 | 552 | ||
553 | print(now.time_worked) | ||
554 | worked = now.time_worked - then.time_worked | 553 | worked = now.time_worked - then.time_worked |
555 | 554 | ||
556 | if args['do_round']: | 555 | if args['do_round']: |