Remove debugging cruft
This commit is contained in:
parent
c553b22310
commit
737fcf2595
|
@ -165,7 +165,6 @@ impl Deserializer {
|
|||
}
|
||||
}
|
||||
XmlRecord::Close(tag) => {
|
||||
println!("Close: {}", tag);
|
||||
if tag == &#name {
|
||||
break;
|
||||
}
|
||||
|
|
|
@ -140,7 +140,6 @@ pub fn to_xml(input: proc_macro::TokenStream) -> proc_macro::TokenStream {
|
|||
where
|
||||
W: std::fmt::Write,
|
||||
{
|
||||
println!("ident: {}", #root_name);
|
||||
let _ = serializer.consume_field_context();
|
||||
let mut field_context = instant_xml::FieldContext {
|
||||
name: #root_name,
|
||||
|
|
Loading…
Reference in New Issue