Remove logline
This commit is contained in:
parent
af97b7799f
commit
2101a23ccb
@ -33,7 +33,6 @@ def get_sms_queue_tasks(app, task_prefix='cic_notify.tasks.sms.'):
|
|||||||
i = Inspect(app=app, destination=[host])
|
i = Inspect(app=app, destination=[host])
|
||||||
for tasks in i.registered_tasks().values():
|
for tasks in i.registered_tasks().values():
|
||||||
for task in tasks:
|
for task in tasks:
|
||||||
logg.debug('q {}'.format(task))
|
|
||||||
if len(task) >= task_prefix_len and task[:task_prefix_len] == task_prefix:
|
if len(task) >= task_prefix_len and task[:task_prefix_len] == task_prefix:
|
||||||
queue_tasks.append((queue, task,))
|
queue_tasks.append((queue, task,))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user