Skip to content

Commit 5a51c14

Browse files
committed
fix: remove print statement
1 parent 6fcd276 commit 5a51c14

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ pub fn matches<'a>(path: &Pointer, value: &'a Value) -> Vec<(PointerBuf, &'a Val
143143
return vec![];
144144
};
145145

146-
println!("{cons}");
147146
for (i, v) in next_array_val.iter().enumerate() {
148147
// /1 is a valid pointer so the unwrap below is fine
149148
let idx_str = format!("/{i}");

0 commit comments

Comments
 (0)