Skip to content

Commit

Permalink
Remove dbg!
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker committed Oct 21, 2023
1 parent a6e7ff4 commit dcda8a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/polars-lazy/src/tests/streaming.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ fn assert_streaming_with_default(q: LazyFrame, total: bool, check_shape_only: bo
}
let q_expected = q.with_streaming(false);
let out = q_streaming.collect().unwrap();
dbg!("Non-streaming");
let expected = q_expected.collect().unwrap();
if check_shape_only {
assert_eq!(out.shape(), expected.shape())
Expand Down

0 comments on commit dcda8a4

Please sign in to comment.