remove debugg output

This commit is contained in:
Alexandra Heuschling
2020-11-29 17:37:46 +01:00
parent 5ce175a76a
commit 0b18560655
2 changed files with 0 additions and 20 deletions

View File

@@ -628,10 +628,6 @@ size_t _OMWriter_::store_binary_custom_chunk(std::ostream& _os,
bytes += store(_os, type, _swap);
}
//DEBUGG
//std::cout << "the property type of prop: " << _bp.name() << " is " << _bp.get_storage_name() << std::endl;
//END
// 4. block size
bytes += store( _os, _bp.size_of(), OMFormat::Chunk::Integer_32, _swap );
//omlog() << " n_bytes = " << _bp.size_of() << std::endl;