Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
Remove mission header logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Kexanone committed Oct 22, 2023
1 parent f6cf722 commit 5fb5119
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/Game/COE/Faction/COE_FactionManager.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class COE_FactionManager : SCR_FactionManager

// Read mission header
COE_MissionHeader header = COE_MissionHeader.Cast(GetGame().GetMissionHeader());
PrintFormat("|||%1|||", header.m_aCOE_OpposingFactionsConfigs);
if (header && !header.m_aCOE_OpposingFactionsConfigs.IsEmpty())
{
m_aOpposingFactionsConfigs = header.m_aCOE_OpposingFactionsConfigs;
Expand Down

0 comments on commit 5fb5119

Please sign in to comment.