We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a68e76 commit 3e28abfCopy full SHA for 3e28abf
qiita_pet/handlers/admin_processing_job.py
@@ -72,7 +72,6 @@ def get(self):
72
(heartbeat > current_date - interval '14' day OR
73
heartbeat is NULL)"""
74
TRN.add(sql, [command_id])
75
- print (f'-----> {command_id}')
76
jids = TRN.execute_fetchflatten()
77
78
jobs = []
0 commit comments