Skip to content

Commit

Permalink
chore(rust): Remove dbg statement from union (#5791)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhang-at-hrt committed Dec 12, 2022
1 parent 7a56223 commit 09891b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion polars/polars-lazy/src/physical_plan/executors/union.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ impl Executor for UnionExec {
})
.collect::<PolarsResult<Vec<_>>>()
});
dbg!(&out);

concat_df(out?.iter().flat_map(|dfs| dfs.iter()))
}
Expand Down

0 comments on commit 09891b3

Please sign in to comment.