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:
parent
07699e4144
commit
6a4bd7ba3f
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user