* Remove unused code.

This commit is contained in:
sunguangming
2024-05-30 17:27:33 +08:00
parent 43f37ed472
commit 283d4ecbf6
-1
View File
@@ -914,7 +914,6 @@ class productZen extends product
if($isProjectStory)
{
$this->products = $this->product->getProducts($projectID, 'all', '', false);
$project = $this->loadModel('project')->fetchByID($projectID);
if($browseType == 'bybranch') $param = $branchID;
$stories = $this->story->getExecutionStories($projectID, $productID, $sort, $browseType, (string)$param, 'all', '', $pager);