Skip to content

Commit

Permalink
Update Legion.lua
Browse files Browse the repository at this point in the history
- commented out debug info line
  • Loading branch information
funkyfranky committed Aug 18, 2024
1 parent fc4ba9f commit c2933b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Moose Development/Moose/Ops/Legion.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2806,7 +2806,7 @@ function LEGION.RecruitCohortAssets(Cohorts, MissionTypeRecruit, MissionTypeOpt,

-- Break if no assets could be found
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, {}, {}
end

Expand Down

0 comments on commit c2933b6

Please sign in to comment.