From f3fa9caff7ec0da74ebf87e886c211e72637afb8 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 30 Dec 2021 17:49:43 -0500 Subject: [PATCH] Remove message when there is no active job --- main.py | 3 --- 1 file changed, 3 deletions(-) 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()