mirror of
https://github.com/nasa/openmct.git
synced 2025-04-16 23:39:08 +00:00
[Time Conductor] Don't emit view event
Don't emit an event when plot is instantiated; this is no longer needed, as time conductor broadcasts its bounds whenever views change.
This commit is contained in:
parent
99376391a9
commit
ac529be55c
@ -245,9 +245,6 @@ define(
|
||||
|
||||
// Unsubscribe when the plot is destroyed
|
||||
$scope.$on("$destroy", releaseSubscription);
|
||||
|
||||
// Notify any external observers that a new telemetry view is here
|
||||
$scope.$emit("telemetry:view");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user