mirror of
https://github.com/nasa/openmct.git
synced 2025-01-31 08:25:31 +00:00
Updated TelemetryCapability.js
removed outdated comment.
This commit is contained in:
parent
fb0a577d16
commit
efc46613bb
@ -115,8 +115,6 @@ define(
|
||||
return (this.telemetryService =
|
||||
$injector.get("telemetryService"));
|
||||
} catch (e) {
|
||||
// $injector should throw if telemetryService
|
||||
// is unavailable or unsatisfiable.
|
||||
$log.info("Telemetry service unavailable");
|
||||
return (this.telemetryService = null);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user