Skip to content

Commit 24e46e5

Browse files
author
Chomp
committed
Removed debug logging from updateFuel
1 parent 03d3f1f commit 24e46e5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

project/src/helpers/HideoutHelper.ts

-4
Original file line numberDiff line numberDiff line change
@@ -581,10 +581,6 @@ export class HideoutHelper {
581581
// Deducted all used fuel from this container, clean up and exit loop
582582
fuelItemInSlot.upd = this.getAreaUpdObject(1, fuelRemaining, pointsConsumed, isFuelItemFoundInRaid);
583583

584-
this.logger.debug(
585-
`Profile: ${pmcData._id} Generator has: ${fuelRemaining} fuel left in slot ${i + 1}`,
586-
true,
587-
);
588584
hasFuelRemaining = true;
589585

590586
break; // Break to avoid updating all the fuel tanks

0 commit comments

Comments
 (0)