mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 01:30:44 -05:00
Removed spammy log message
This commit is contained in:
parent
07699e4144
commit
6a4bd7ba3f
@ -782,7 +782,6 @@ export class CircleOfCultistService {
|
|||||||
if (itemsShouldBeHighValue) {
|
if (itemsShouldBeHighValue) {
|
||||||
const itemValue = this.itemHelper.getItemMaxPrice(randomItem._id);
|
const itemValue = this.itemHelper.getItemMaxPrice(randomItem._id);
|
||||||
if (itemValue < this.hideoutConfig.cultistCircle.highValueThresholdRub) {
|
if (itemValue < this.hideoutConfig.cultistCircle.highValueThresholdRub) {
|
||||||
this.logger.debug(`Ignored due to value: ${this.itemHelper.getItemName(randomItem._id)}`);
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user