Remove log message

This commit is contained in:
Georg Hagen
2024-08-01 00:23:14 +02:00
parent 91ac458e18
commit 579c4bcca1

View File

@@ -228,7 +228,6 @@ namespace OpenVulkano::AR::ArKit
} }
OnNewFrameAvailable(); OnNewFrameAvailable();
m_frame = arFrame; m_frame = arFrame;
Logger::AR->info("Exposure: {}; ColTemp: {}", 1.0/frame.camera.exposureDuration, frame.lightEstimate.ambientColorTemperature);
} }
void ArSessionArKitInternal::OnArSessionInterruptedChanged(ARSession* session, bool interrupted) void ArSessionArKitInternal::OnArSessionInterruptedChanged(ARSession* session, bool interrupted)