Skip to content

Commit

Permalink
remove dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Aug 8, 2023
1 parent 76b858d commit 8f0d244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-lazy/src/physical_plan/planner/lp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ fn partitionable_gb(
} else {
partitionable = false;
}
dbg!(partitionable)
partitionable
}

pub fn create_physical_plan(
Expand Down

0 comments on commit 8f0d244

Please sign in to comment.