디버그 코드 제거

This commit is contained in:
2020-04-23 00:44:57 +09:00
parent 1dc16932b6
commit d856d12126
-2
View File
@@ -130,7 +130,6 @@ class GeneralAI
$this->genType = $this->calcGenType($general); $this->genType = $this->calcGenType($general);
$this->calcDiplomacyState(); $this->calcDiplomacyState();
LogText('전쟁상태', "{$this->general->getName()} {$this->nation['name']} {$this->dipState}");
} }
public function getGeneralObj(): General public function getGeneralObj(): General
@@ -1754,7 +1753,6 @@ class GeneralAI
$cmdList = []; $cmdList = [];
LogText('내정', [$general->getName(), $this->city['name'], $develRate]);
if ($genType & self::t통솔장) { if ($genType & self::t통솔장) {
if ($develRate['trust'] < 0.95) { if ($develRate['trust'] < 0.95) {
$cmd = buildGeneralCommandClass('che_주민선정', $general, $env); $cmd = buildGeneralCommandClass('che_주민선정', $general, $env);