Skip to content

Commit

Permalink
fix: remove accidental debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Darxo committed Oct 1, 2024
1 parent c3e764d commit c2b2ce9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mod_hardened/hooks_afterhooks/perk_groups.nut
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ foreach (perkGroup in ::DynamicPerks.PerkGroups.getAll())
{
foreach (perkID in row)
{
::logWarning("Push " + perkGroup.getID() + " into the perk " + perkID);
::Const.Perks.findById(perkID).PerkGroupIDs.push(perkGroup.getID());
}
}
Expand Down

0 comments on commit c2b2ce9

Please sign in to comment.