[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:
Victor Woeltjen 2015-11-03 17:01:22 -08:00
parent 99376391a9
commit ac529be55c

View File

@ -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");
}
/**