* Remove unused code.

This commit is contained in:
Yagami
2023-02-24 16:31:32 +08:00
parent d0c8ef4430
commit 9eaf0920e8
-1
View File
@@ -4019,7 +4019,6 @@ class execution extends control
$this->view->status = $status;
$this->view->from = $from;
$this->view->param = $param;
$this->view->isStage = (isset($project->model) and $project->model == 'waterfall') ? true : false;
$this->view->showBatchEdit = $this->cookie->showExecutionBatchEdit;
$this->display();