remove spam

This commit is contained in:
galister 2024-01-30 22:01:33 +01:00
parent d960ad3df1
commit e141e2bd56
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ impl OverlayData<OpenXrOverlayData> {
let posef = transform_to_posef(&self.state.transform);
let scale_x = self.state.transform.matrix3.col(0).length();
log::info!("{}: scale_x = {}", self.state.name, scale_x);
let aspect_ratio = self.backend.extent()[1] as f32 / self.backend.extent()[0] as f32;
let scale_y = scale_x * aspect_ratio;