mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-04 06:06:17 +00:00
u_config_json: Remove bogus "No tracking node" messages
* open_tracking_settings() already reports missing tracking nodes. * open_tracking_settings() can also fail for other reasons
This commit is contained in:
parent
45d889e390
commit
8f16118020
|
@ -267,7 +267,6 @@ u_config_json_get_tracking_overrides(struct u_config_json *json,
|
|||
{
|
||||
cJSON *t = open_tracking_settings(json);
|
||||
if (t == NULL) {
|
||||
U_LOG_E("No tracking node");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -317,7 +316,6 @@ u_config_json_get_tracking_settings(struct u_config_json *json, struct xrt_setti
|
|||
{
|
||||
cJSON *t = open_tracking_settings(json);
|
||||
if (t == NULL) {
|
||||
U_LOG_E("No tracking node");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue