Remove message when there is no active job

This commit is contained in:
Adam Goldsmith 2021-12-30 17:49:43 -05:00
parent 02cd790558
commit f3fa9caff7

View File

@ -30,9 +30,6 @@ def get_printer_job(calendar, printer):
estimated_end, estimated_end,
) )
else:
print("No active job")
def main(): def main():
calendar = CalendarService() calendar = CalendarService()