From 441f2d480293316f9c838f7cc4b64f0e83020084 Mon Sep 17 00:00:00 2001 From: deajan Date: Sun, 2 Jun 2024 17:42:57 +0200 Subject: [PATCH] CLI: Remove WIP print statement --- npbackup/__main__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/npbackup/__main__.py b/npbackup/__main__.py index f74b452..0389c16 100644 --- a/npbackup/__main__.py +++ b/npbackup/__main__.py @@ -342,7 +342,6 @@ This is free software, and you are welcome to redistribute it under certain cond and "minute" in args.create_scheduled_task ): hours, minutes = args.create_scheduled_task.split(",") - print(hours, minutes) hour = hours.split("=")[1].strip() minute = minutes.split("=")[1].strip() result = create_scheduled_task(