Skip to content

Commit c7f3c88

Browse files
committed
fix: remove debug println
Signed-off-by: Woshiluo Luo <woshiluo.luo@outlook.com>
1 parent 09ab7fc commit c7f3c88

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/de_mut/node.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ impl<'de> Node<'de> {
5252
ptr: *const &StructDeserializer<'de>,
5353
) -> Self {
5454
let struct_deseriallizer = &*(ptr);
55-
println!("get node from {:?}", struct_deseriallizer.cursor);
5655
let dtb = struct_deseriallizer.dtb;
5756
let mut cursor = struct_deseriallizer.cursor;
5857
let mut prop: Option<BodyCursor> = None;

0 commit comments

Comments
 (0)