Merge branch 'om_writer_remove_debug_output' into 'master'

Disable debug output when writing .om file

See merge request OpenMesh/OpenMesh!290
This commit is contained in:
Jan Möbius
2021-01-15 07:46:32 +01:00

View File

@@ -573,7 +573,7 @@ bool _OMWriter_::write_binary(std::ostream& _os, BaseExporter& _be,
chunk_header.entity_ = OMFormat::Chunk::Entity_Sentinel;
bytes += store(_os, chunk_header, swap);
std::clog << "#bytes written: " << bytes << std::endl;
// std::clog << "#bytes written: " << bytes << std::endl;
return true;
}