From ea54ef5828fd7de3344f9fd89aadd8cb22a85f87 Mon Sep 17 00:00:00 2001 From: Siarhei Siniak Date: Sun, 7 Jul 2024 11:51:53 +0300 Subject: [PATCH] [~] Refactor --- python/tasks/tiktok/tasks.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/python/tasks/tiktok/tasks.py b/python/tasks/tiktok/tasks.py index adde5a7..6cac43d 100644 --- a/python/tasks/tiktok/tasks.py +++ b/python/tasks/tiktok/tasks.py @@ -417,9 +417,6 @@ def process_graph( node_id = 0 def wait_task() -> bool: - import ipdb - ipdb.set_trace() - task_id = active_queue.popleft() task = celery.result.AsyncResult(task_id)