mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
Update tasks e2e tests to cypress 10
and remove debug print
This commit is contained in:
@@ -516,7 +516,6 @@ def init_paperless_task(sender, task, **kwargs):
|
||||
|
||||
@receiver(django_q.signals.pre_execute)
|
||||
def paperless_task_started(sender, task, **kwargs):
|
||||
print(task)
|
||||
try:
|
||||
if task["func"] == "documents.tasks.consume_file":
|
||||
paperless_task = PaperlessTask.objects.get(task_id=task["id"])
|
||||
|
Reference in New Issue
Block a user