mirror of
https://github.com/nasa/openmct.git
synced 2025-06-20 08:03:49 +00:00
[Plots] #638 Fixed failing test
This commit is contained in:
@ -116,8 +116,6 @@ define(
|
||||
|
||||
this.clearSeriesWatches();
|
||||
|
||||
console.log("watches before: " + this.watches.length);
|
||||
|
||||
(self.$scope.children || []).forEach(function(child, index){
|
||||
self.watches.push(
|
||||
self.$scope.$watchCollection(
|
||||
@ -128,7 +126,6 @@ define(
|
||||
)
|
||||
);
|
||||
});
|
||||
console.log("watches after: " + self.watches.length);
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user