Skip to content

Commit

Permalink
remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
cswinter committed Mar 13, 2024
1 parent 4d55981 commit e67a5da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/engine/planning/query_plan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,6 @@ impl QueryPlan {
type_rhs,
)
}
log::info!("{:?} OR {:?}", plan_lhs, plan_rhs);
(planner.or(plan_lhs, plan_rhs), Type::bit_vec())
}
Func2(And, ref lhs, ref rhs) => {
Expand Down

0 comments on commit e67a5da

Please sign in to comment.