Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Removed println :(
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao committed Aug 3, 2022
1 parent 3db00fc commit 336045a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/io/orc/read/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ fn try_extend<O: Offset + TryFrom<u64>, I: Iterator<Item = u64>>(
iter: I,
) -> Result<(), orc_format::error::Error> {
for item in iter {
println!("{item}");
let item: O = item
.try_into()
.map_err(|_| orc_format::error::Error::OutOfSpec)?;
Expand Down

0 comments on commit 336045a

Please sign in to comment.