Skip to content

Commit d0f7adb

Browse files
committed
Suppress NPYFile debug output
1 parent f286255 commit d0f7adb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Source/Processors/RecordNode/BinaryFormat/NpyFile.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ bool NpyFile::openFile(String path)
8080
// each updateHeader() call triggers a m_file->flush() to disk:
8181
m_file = file.createOutputStream();
8282

83+
/*
8384
if (m_file == nullptr)
8485
{
8586
LOGD("FAILED to open file @", path);
@@ -91,6 +92,7 @@ bool NpyFile::openFile(String path)
9192
pad += " ";
9293
LOGD("Successfully opened file @", path, pad, m_file);
9394
}
95+
*/
9496

9597
if (!m_file)
9698
return false;

0 commit comments

Comments
 (0)