|
@@ -171,7 +171,7 @@ function objectGarbageCollector(){
|
|
|
}
|
|
|
};
|
|
|
objectsAlive = objectsAlive.filter(triangle => triangle.remainingDuration > 0);
|
|
|
- if (config.app.debug && config.app.debugLog.backend.emitter.dots) {
|
|
|
+ if (config.app.debug && config.app.debugLog.backend.emitter.garbageCollection) {
|
|
|
console.log("--garbageCollection--", lastDots);
|
|
|
objectsAlive.forEach(tr => console.log(tr));
|
|
|
}
|