mirror of
https://github.com/nasa/openmct.git
synced 2025-01-17 10:20:27 +00:00
remove debug
This commit is contained in:
parent
d42bd44485
commit
a5a197680d
@ -241,8 +241,6 @@ export default class ConditionManager extends EventEmitter {
|
|||||||
results.forEach(resultObj => { this.updateConditionResults(resultObj); });
|
results.forEach(resultObj => { this.updateConditionResults(resultObj); });
|
||||||
const currentCondition = this.getCurrentCondition();
|
const currentCondition = this.getCurrentCondition();
|
||||||
|
|
||||||
// uncomment to see output of lad request (before subscriptions kick in)
|
|
||||||
// console.log(obj.configuration.output);
|
|
||||||
return Object.assign(
|
return Object.assign(
|
||||||
{
|
{
|
||||||
output: currentCondition.configuration.output,
|
output: currentCondition.configuration.output,
|
||||||
|
Loading…
Reference in New Issue
Block a user