Turn off the verbose-mode of ebml.

This commit is contained in:
Graydon Hoare 2012-08-27 16:53:37 -07:00
parent 060609cd56
commit 9fafb63d5e

View File

@ -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,