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)