Remove a debug comment
This commit is contained in:
parent
fbdede68a4
commit
882d394352
@ -920,7 +920,6 @@ impl<'a> de::Deserializer for MapDeserializer<'a> {
|
||||
fn visit<V>(&mut self, mut visitor: V) -> Result<V::Value, Error>
|
||||
where V: de::Visitor,
|
||||
{
|
||||
println!("MapDeserializer!");
|
||||
visitor.visit_map(self)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user