Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Jul 10, 2024
1 parent 1db7ded commit c97cdd0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/polars-expr/src/expressions/apply.rs
Original file line number Diff line number Diff line change
Expand Up @@ -561,9 +561,6 @@ impl ApplyExpr {
let min = st.to_min()?;
let max = st.to_max()?;

dbg!(min);
dbg!(max);

if max.get(0).unwrap() == min.get(0).unwrap() {
let one_equals =
|value: &Series| Some(ChunkCompare::equal(input, value).ok()?.any());
Expand Down

0 comments on commit c97cdd0

Please sign in to comment.