Remove perf logging
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user