From d352f678b354b0188f334ba4879234840b323236 Mon Sep 17 00:00:00 2001 From: Dev Date: Thu, 15 Feb 2024 23:14:53 +0000 Subject: [PATCH] Removed debug logging --- project/src/controllers/InraidController.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/project/src/controllers/InraidController.ts b/project/src/controllers/InraidController.ts index fd2be79f..17f66a35 100644 --- a/project/src/controllers/InraidController.ts +++ b/project/src/controllers/InraidController.ts @@ -539,11 +539,7 @@ export class InraidController { const fenceId = Traders.FENCE; - const postRaidFenceRep = offraidData.profile.TradersInfo[fenceId].standing; - this.logger.debug(`post-raid standing: ${postRaidFenceRep}`); - let fenceStanding = Number(pmcData.TradersInfo[fenceId].standing); - this.logger.debug(`pre-raid fence standing: ${fenceStanding}`); fenceStanding = this.inRaidHelper.calculateFenceStandingChangeFromKillsAsScav( fenceStanding, offraidData.profile.Stats.Eft.Victims,