Remove print in Varken.py
This commit is contained in:
parent
b0bbe431d5
commit
c704bd97ed
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ def thread():
|
||||||
while schedule.jobs:
|
while schedule.jobs:
|
||||||
job = QUEUE.get()
|
job = QUEUE.get()
|
||||||
a = job()
|
a = job()
|
||||||
print(a)
|
|
||||||
if a is not None:
|
if a is not None:
|
||||||
schedule.clear(a)
|
schedule.clear(a)
|
||||||
QUEUE.task_done()
|
QUEUE.task_done()
|
||||||
|
|
Loading…
Reference in a new issue