Remove perf logging

This commit is contained in:
Georg Hagen
2025-01-23 23:07:51 +01:00
parent a19968e4f4
commit b644a7eb2c

View File

@@ -17,7 +17,7 @@ namespace OpenVulkano::AR::Playback
{
void ArPlaybackReader::ReadColorImage(ColorImg& img)
{
BlockProfiler profiler("Load jpeg");
//BlockProfiler profiler("Load jpeg");
auto file = m_archiveColor.GetNextFile();
long unsigned int jpegSize = file->second.Size();