Skip to content

Commit

Permalink
Remove log line from the previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
ps2guides committed Oct 21, 2023
1 parent 586b01d commit 339a38c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ function CalcKillCount(optional XComGameState StartState = none)
/// rather than checking if XCOM has researched their weapons.
foreach History.IterateByClassType(class'XComGameState_AdventChosen', ChosenState)
{
`LOG("Chosen:" @ ChosenState.GetMyTemplateName() @ "defeated:" @ ChosenState.bDefeated,, 'IRITEST');
switch (ChosenState.GetMyTemplateName())
{
case 'Chosen_Assassin':
Expand Down

0 comments on commit 339a38c

Please sign in to comment.