From d856d12126358a396084b95aa2bc77382eb2903a Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 23 Apr 2020 00:44:57 +0900 Subject: [PATCH] =?UTF-8?q?=EB=94=94=EB=B2=84=EA=B7=B8=20=EC=BD=94?= =?UTF-8?q?=EB=93=9C=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/GeneralAI.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/hwe/sammo/GeneralAI.php b/hwe/sammo/GeneralAI.php index 8f32d2ab..821cf1e8 100644 --- a/hwe/sammo/GeneralAI.php +++ b/hwe/sammo/GeneralAI.php @@ -130,7 +130,6 @@ class GeneralAI $this->genType = $this->calcGenType($general); $this->calcDiplomacyState(); - LogText('전쟁상태', "{$this->general->getName()} {$this->nation['name']} {$this->dipState}"); } public function getGeneralObj(): General @@ -1754,7 +1753,6 @@ class GeneralAI $cmdList = []; - LogText('내정', [$general->getName(), $this->city['name'], $develRate]); if ($genType & self::t통솔장) { if ($develRate['trust'] < 0.95) { $cmd = buildGeneralCommandClass('che_주민선정', $general, $env);