updated registration logic to be consise

This commit is contained in:
znetsixe
2025-09-04 17:06:30 +02:00
parent 494a688583
commit 50f99fa642
4 changed files with 7 additions and 8 deletions

View File

@@ -148,6 +148,7 @@ class MeasurementContainer {
// Emit the exact event your parent expects
this.emitter.emit(`${this._currentType}.${this._currentVariant}.${this._currentPosition}`, eventData);
//console.log(`Emitted event: ${this._currentType}.${this._currentVariant}.${this._currentPosition}`, eventData);
return this;
}