Clean up debugging cruft

This commit is contained in:
Dirkjan Ochtman 2023-03-02 14:00:55 +01:00
parent ef2abd64c6
commit 01a9b6ceb8
1 changed files with 0 additions and 2 deletions

View File

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