mirror of
https://github.com/nasa/openmct.git
synced 2025-04-11 21:31:06 +00:00
remove logging statement
This commit is contained in:
parent
77b705ecc8
commit
d42bd44485
@ -52,7 +52,6 @@ export default class TelemetryCriterion extends EventEmitter {
|
||||
this.telemetryObject = obj;
|
||||
this.telemetryMetaData = this.openmct.telemetry.getMetadata(obj).valueMetadatas;
|
||||
this.telemetryObjectIdAsString = this.objectAPI.makeKeyString(this.telemetry);
|
||||
console.log(`subscription:${this.telemetryObjectIdAsString}`);
|
||||
this.on(`subscription:${this.telemetryObjectIdAsString}`, this.handleSubscription);
|
||||
this.emitEvent('criterionUpdated', this);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user