diff --git a/Varken.py b/Varken.py index a47feff..1c0c7f2 100644 --- a/Varken.py +++ b/Varken.py @@ -32,7 +32,6 @@ def thread(): while schedule.jobs: job = QUEUE.get() a = job() - print(a) if a is not None: schedule.clear(a) QUEUE.task_done()