Updated TelemetryCapability.js
removed outdated comment.
This commit is contained in:
committed by
GitHub
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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user