- Remove unneeded function.

This commit is contained in:
dingguodong
2021-07-02 17:32:24 +08:00
parent ae5f25d110
commit 82f854f3f1
2 changed files with 1 additions and 18 deletions
+1 -1
View File
@@ -261,7 +261,7 @@ class gitlab extends control
$productID = $this->get->product;
$gitlabID = $this->get->gitlab;
$projectID = $this->get->project;
$relations = $this->gitlab->getExecutionsByProduct($productID);
// todo next: get execution from product and execution module.
$executions = array();
foreach($relations as $relation)