The open source OpenXR runtime

t/common: remove unused debug log env var in steamvr builder

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2140>

-7
-7
src/xrt/targets/common/target_builder_steamvr.c
··· 40 40 * 41 41 */ 42 42 43 - DEBUG_GET_ONCE_LOG_OPTION(steamvr_log, "STEAMVR_LH_LOG", U_LOGGING_WARN) 44 43 DEBUG_GET_ONCE_BOOL_OPTION(steamvr_enable, "STEAMVR_LH_ENABLE", false) 45 - 46 - #define LH_TRACE(...) U_LOG_IFL_T(debug_get_log_option_steamvr_log(), __VA_ARGS__) 47 - #define LH_DEBUG(...) U_LOG_IFL_D(debug_get_log_option_steamvr_log(), __VA_ARGS__) 48 - #define LH_INFO(...) U_LOG_IFL_I(debug_get_log_option_steamvr_log(), __VA_ARGS__) 49 - #define LH_WARN(...) U_LOG_IFL_W(debug_get_log_option_steamvr_log(), __VA_ARGS__) 50 - #define LH_ERROR(...) U_LOG_IFL_E(debug_get_log_option_steamvr_log(), __VA_ARGS__) 51 44 52 45 static const char *driver_list[] = { 53 46 "steamvr_lh",