diff --git a/module/execution/model.php b/module/execution/model.php index b81bd749a5..bc9eaa8fc8 100755 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -4766,7 +4766,6 @@ class executionModel extends model /* Append tasks and child stages. */ if(!empty($execution->tasks)) $rows = $this->appendTasks($execution->tasks, $rows); - if(!empty($execution->points)) $rows = $this->appendPoints($execution->points, $rows); } return $rows;