Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
connortsui20 committed Feb 24, 2024
1 parent 83dac63 commit f780762
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eggstrain/src/execution/query_dag.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ fn extract_df_node(plan: Arc<dyn ExecutionPlan>) -> Result<EggstrainOperator> {
let id = root.type_id();

if id == TypeId::of::<ProjectionExec>() {
eprintln!("Creating projection node!");
let projection_plan = root
.downcast_ref::<ProjectionExec>()
.expect("Unable to downcast_ref to ProjectionExec");
Expand Down

0 comments on commit f780762

Please sign in to comment.