Turn off the verbose-mode of ebml.
This commit is contained in:
parent
060609cd56
commit
9fafb63d5e
@ -304,7 +304,7 @@ impl writer {
|
||||
|
||||
// Set to true to generate more debugging in EBML serialization.
|
||||
// Totally lame approach.
|
||||
const debug: bool = true;
|
||||
const debug: bool = false;
|
||||
|
||||
enum ebml_serializer_tag {
|
||||
es_uint, es_u64, es_u32, es_u16, es_u8,
|
||||
|
Loading…
x
Reference in New Issue
Block a user