Removed debug logging
This commit is contained in:
parent
d5627e0627
commit
d352f678b3
@ -539,11 +539,7 @@ export class InraidController
|
|||||||
{
|
{
|
||||||
const fenceId = Traders.FENCE;
|
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);
|
let fenceStanding = Number(pmcData.TradersInfo[fenceId].standing);
|
||||||
this.logger.debug(`pre-raid fence standing: ${fenceStanding}`);
|
|
||||||
fenceStanding = this.inRaidHelper.calculateFenceStandingChangeFromKillsAsScav(
|
fenceStanding = this.inRaidHelper.calculateFenceStandingChangeFromKillsAsScav(
|
||||||
fenceStanding,
|
fenceStanding,
|
||||||
offraidData.profile.Stats.Eft.Victims,
|
offraidData.profile.Stats.Eft.Victims,
|
||||||
|
Loading…
Reference in New Issue
Block a user