Updated TelemetryCapability.js

removed outdated comment.
This commit is contained in:
Luis-Johannes Schubert
2017-07-13 16:47:24 -07:00
committed by GitHub
parent fb0a577d16
commit efc46613bb

View File

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