[Open 1641] Change warnings to info messages
This commit is contained in:
@@ -117,7 +117,7 @@ define(
|
||||
} catch (e) {
|
||||
// $injector should throw if telemetryService
|
||||
// is unavailable or unsatisfiable.
|
||||
$log.warn("Telemetry service unavailable");
|
||||
$log.info("Telemetry service unavailable");
|
||||
return (this.telemetryService = null);
|
||||
}
|
||||
};
|
||||
@@ -314,4 +314,3 @@ define(
|
||||
return TelemetryCapability;
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user