From d50a7e02cc927adfd58f839079defe24271d661f Mon Sep 17 00:00:00 2001 From: holan20180123 <56391770@qq.com> Date: Tue, 2 Mar 2021 08:32:02 +0800 Subject: [PATCH] * Delete unused codes. --- module/report/control.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/module/report/control.php b/module/report/control.php index 70de8509a1..fa8921a146 100644 --- a/module/report/control.php +++ b/module/report/control.php @@ -76,8 +76,6 @@ class report extends control */ public function productSummary($conditions = '') { - $this->app->loadLang('product'); - $this->app->loadLang('productplan'); $this->app->loadLang('story'); $this->view->title = $this->lang->report->productSummary; $this->view->position[] = $this->lang->report->productSummary;