Skip to content

Commit

Permalink
remove no longer needed dbg!
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan McIntosh authored and ritchie46 committed Jan 5, 2022
1 parent 82998a2 commit 0d19221
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion polars/polars-core/src/frame/asof_join/groups.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ where
T: PolarsNumericType,
{
let left_asof = left_asof.rechunk();
dbg!(&left_asof, &left_asof.chunks);
let left_asof = left_asof.cont_slice().unwrap();

let right_asof = right_asof.rechunk();
Expand Down

0 comments on commit 0d19221

Please sign in to comment.