diff --git a/src/components/Project/Infrastructure/WorkItem.jsx b/src/components/Project/Infrastructure/WorkItem.jsx index 629f9e39..506878ce 100644 --- a/src/components/Project/Infrastructure/WorkItem.jsx +++ b/src/components/Project/Infrastructure/WorkItem.jsx @@ -91,7 +91,6 @@ const isTaskPlanning = /^\/activities\/task$/.test(location.pathname); const handleSubmit = async () => { let WorkItemId = workItem.workItemId || workItem.id; - debugger DeleteTask({ workItemId: WorkItemId, workAreaId: forWorkArea?.id,