Skip to content

Commit 9fafb63

Browse files
committed
Turn off the verbose-mode of ebml.
1 parent 060609c commit 9fafb63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/ebml.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ impl writer {
304304

305305
// Set to true to generate more debugging in EBML serialization.
306306
// Totally lame approach.
307-
const debug: bool = true;
307+
const debug: bool = false;
308308

309309
enum ebml_serializer_tag {
310310
es_uint, es_u64, es_u32, es_u16, es_u8,

0 commit comments

Comments
 (0)