Update Legion.lua

- commented out debug info line
This commit is contained in:
Frank 2024-08-18 18:19:05 +02:00
parent fc4ba9f21d
commit c2933b6bed

View File

@ -2806,7 +2806,7 @@ function LEGION.RecruitCohortAssets(Cohorts, MissionTypeRecruit, MissionTypeOpt,
-- Break if no assets could be found -- Break if no assets could be found
if #Assets==0 then if #Assets==0 then
env.info(string.format("LEGION.RecruitCohortAssets: No assets could be recruited for mission type %s [Nmin=%s, Nmax=%s]", MissionTypeRecruit, tostring(NreqMin), tostring(NreqMax))) --env.info(string.format("LEGION.RecruitCohortAssets: No assets could be recruited for mission type %s [Nmin=%s, Nmax=%s]", MissionTypeRecruit, tostring(NreqMin), tostring(NreqMax)))
return false, {}, {} return false, {}, {}
end end