From 94f3bd0d02e94c08a6e299a525942ecd0dfd9f34 Mon Sep 17 00:00:00 2001 From: Dev Date: Sun, 25 Aug 2024 14:47:02 +0100 Subject: [PATCH] Removed debug/redundant code --- project/src/controllers/HideoutController.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/project/src/controllers/HideoutController.ts b/project/src/controllers/HideoutController.ts index 9b0538a4..2b97c029 100644 --- a/project/src/controllers/HideoutController.ts +++ b/project/src/controllers/HideoutController.ts @@ -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);