Skip to content

Commit

Permalink
Remove leftover console.log debug
Browse files Browse the repository at this point in the history
  • Loading branch information
acidphantasm committed Jan 16, 2025
1 parent 5d30889 commit cf6e57d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion project/src/generators/BotEquipmentModGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ export class BotEquipmentModGenerator {

// If no valid plate class is found in 3 tries then attempt default plates
if (fitPlateIntoArmorAttempts >= maxTries) {
console.log(JSON.stringify(platesOfDesiredLevel));
this.logger.debug(
`Plate filter was too restrictive for armor: ${armorItem._name} ${armorItem._id}, unable to find plates of level: ${chosenArmorPlateLevel}. Using mod items default plate`,
);
Expand Down

0 comments on commit cf6e57d

Please sign in to comment.