From 1cb16e1708669715210706271f4cceec33ad92c8 Mon Sep 17 00:00:00 2001 From: sunguangming Date: Fri, 10 Jan 2025 02:06:28 +0000 Subject: [PATCH] * [bug#59004,done,0.1h] remove unused code. --- module/kanban/control.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/kanban/control.php b/module/kanban/control.php index 48d41599a8..86849641ff 100644 --- a/module/kanban/control.php +++ b/module/kanban/control.php @@ -1635,7 +1635,6 @@ class kanban extends control $taskSearchValue = $this->session->taskSearchValue ? $this->session->taskSearchValue : ''; $rdSearchValue = $this->session->rdSearchValue ? $this->session->rdSearchValue : ''; - a($regionID);die; if($regionID == 0) { list($kanbanGroup, $links) = $this->kanban->getExecutionKanban($executionID, $browseType, $groupBy, $taskSearchValue);