Skip to content

Commit

Permalink
fix: remove debug println
Browse files Browse the repository at this point in the history
Signed-off-by: Woshiluo Luo <[email protected]>
  • Loading branch information
woshiluo committed Oct 27, 2024
1 parent 09ab7fc commit c7f3c88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/de_mut/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ impl<'de> Node<'de> {
ptr: *const &StructDeserializer<'de>,
) -> Self {
let struct_deseriallizer = &*(ptr);
println!("get node from {:?}", struct_deseriallizer.cursor);
let dtb = struct_deseriallizer.dtb;
let mut cursor = struct_deseriallizer.cursor;
let mut prop: Option<BodyCursor> = None;
Expand Down

0 comments on commit c7f3c88

Please sign in to comment.