디버그 코드 제거

This commit is contained in:
2020-04-30 05:42:11 +09:00
parent 11c928bf30
commit fad02e8736
-2
View File
@@ -1731,7 +1731,6 @@ class GeneralAI
break; break;
} }
if($cityID === $capital){ if($cityID === $capital){
LogText('천도', "{$this->nation['name']}, {$general->getName()}, 수도가 충분히 가까움");
return null; return null;
} }
} }
@@ -1757,7 +1756,6 @@ class GeneralAI
]); ]);
if(!$cmd->isRunnable()){ if(!$cmd->isRunnable()){
LogText('천도', "{$this->nation['name']}, {$general->getName()}, 천도 턴 실행 불가, {$this->nation['capital']} => {$targetCityID}");
return null; return null;
} }