Remove debug print statement
This commit is contained in:
parent
27fe413d11
commit
ec48876e44
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ def process_crons():
|
|||
from core.modules.cron import crondefinitions
|
||||
|
||||
for definition in crondefinitions:
|
||||
print(definition.next_run)
|
||||
if definition.is_due and not definition.is_running:
|
||||
definition.run()
|
||||
|
||||
|
|
Loading…
Reference in a new issue