From 6a597e38da5c3bf75a44ef4f80babed3f55abf49 Mon Sep 17 00:00:00 2001 From: daitingting Date: Thu, 3 Jul 2025 10:30:15 +0800 Subject: [PATCH] * [misc] Remove debugging code. --- module/task/control.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/module/task/control.php b/module/task/control.php index 57e7de3ed8..426d816d0d 100755 --- a/module/task/control.php +++ b/module/task/control.php @@ -316,9 +316,7 @@ class task extends control { if($this->post->taskIdList) { - a($this->post->taskIdList); $taskData = $this->taskZen->buildTasksForBatchAssignTo($this->post->taskIdList, $assignedTo); - a($taskData);exit; foreach($taskData as $task) { $this->task->assign($task);