From 01a9b6ceb8faa0ff9ffda508b128100fce9b4504 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 2 Mar 2023 14:00:55 +0100 Subject: [PATCH] Clean up debugging cruft --- src/hello.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/hello.rs b/src/hello.rs index 0f8a811..5d2157a 100644 --- a/src/hello.rs +++ b/src/hello.rs @@ -43,8 +43,6 @@ impl<'xml> FromXml<'xml> for ServiceMenu { field: &'static str, deserializer: &mut Deserializer<'cx, 'xml>, ) -> Result<(), instant_xml::Error> { - dbg!(&into); - let mut value = None; FlattenedServiceMenu::deserialize(&mut value, field, deserializer)?; let flattened = match value {