Removed debug/redundant code

This commit is contained in:
Dev 2024-08-25 14:47:02 +01:00
parent c13d5c49a5
commit 94f3bd0d02

View File

@ -1353,10 +1353,6 @@ export class HideoutController {
}
this.logger.warning(`Circle will reward ${rewards.length} items costing a total of ${amountRoubles} roubles`);
// TODO, tie this into rouble cost of items sacrificed
const randomRewardItemCount = this.randomUtil.getInt(1, 4);
this.logger.warning(`cicle craft chose ${randomRewardItemCount} reward count`);
// Get the container grid for cultist stash area
const cultistStashDbItem = this.itemHelper.getItem(ItemTpl.HIDEOUTAREACONTAINER_CIRCLEOFCULTISTS_STASH_1);
const containerGrid = this.inventoryHelper.getContainerSlotMap(cultistStashDbItem[1]._id);