Skip to content

Commit

Permalink
Remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed May 28, 2024
1 parent 2420f49 commit b24848b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arrow-row/src/list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,8 @@ pub unsafe fn decode<O: OffsetSizeTrait>(
})
.collect();

println!("Decoded Child rows: {child_rows:?}");

let child = converter.convert_raw(&mut child_rows, validate_utf8)?;
assert_eq!(child.len(), 1);
println!("{child:?}");

let child_data = child[0].to_data();

Expand Down

0 comments on commit b24848b

Please sign in to comment.