diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2012-08-27 16:53:37 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2012-08-27 16:59:30 -0700 |
| commit | 9fafb63d5eeed0194d7cf56b6328823114949b29 (patch) | |
| tree | 7189251681ff1020803d378283cbabba6b907cf1 | |
| parent | 060609cd568454ecbe8565ab699718f13ff71a26 (diff) | |
Turn off the verbose-mode of ebml.
| -rw-r--r-- | src/libstd/ebml.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/ebml.rs b/src/libstd/ebml.rs index 934c3ae9b6b..0c60503ce1c 100644 --- a/src/libstd/ebml.rs +++ b/src/libstd/ebml.rs @@ -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, |
