* Remove unused code.

This commit is contained in:
孙广明
2021-12-02 13:10:55 +08:00
parent fa2041169e
commit 1faf545954
7 changed files with 9 additions and 137 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
<?php js::set('errorSameProducts', $lang->execution->errorSameProducts);?>
<?php js::set('errorSameBranches', $lang->execution->errorSameBranches);?>
<?php js::set('productID', empty($productID) ? 0 : $productID);?>
<?php js::set('isStage', false);?>
<?php js::set('isStage', $isStage);?>
<?php js::set('copyExecutionID', $copyExecutionID);?>
<?php js::set('systemMode', $config->systemMode);?>
<?php js::set('projectCommon', $lang->project->common);?>