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);