0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-12 15:50:42 -05:00

Removed spammy log message

This commit is contained in:
Chomp 2024-12-07 11:42:21 +00:00
parent 07699e4144
commit 6a4bd7ba3f

View File

@ -782,7 +782,6 @@ export class CircleOfCultistService {
if (itemsShouldBeHighValue) {
const itemValue = this.itemHelper.getItemMaxPrice(randomItem._id);
if (itemValue < this.hideoutConfig.cultistCircle.highValueThresholdRub) {
this.logger.debug(`Ignored due to value: ${this.itemHelper.getItemName(randomItem._id)}`);
continue;
}
}