diff --git a/main.py b/main.py index 1bb043d..e82f7a8 100755 --- a/main.py +++ b/main.py @@ -30,9 +30,6 @@ def get_printer_job(calendar, printer): estimated_end, ) - else: - print("No active job") - def main(): calendar = CalendarService()