mirror of
https://github.com/netinvent/npbackup.git
synced 2025-02-22 13:35:43 +08:00
CLI: Remove WIP print statement
This commit is contained in:
parent
e638cbfdce
commit
441f2d4802
1 changed files with 0 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue