* Remove useless code.

This commit is contained in:
tianshujie98
2021-04-28 08:29:25 +08:00
parent 3264f6146f
commit 9cd7618fbc
-1
View File
@@ -72,7 +72,6 @@ class executionModel extends model
if($execution->type == 'stage')
{
global $lang;
$this->loadModel('execution');
$this->app->loadLang('project');
$lang->executionCommon = $lang->project->stage;
include $this->app->getModulePath('execution') . 'lang/' . $this->app->getClientLang() . '.php';