Skip to content

Commit

Permalink
forgotten println
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielLazarHTDM authored and SebastianSchildt committed Feb 13, 2024
1 parent 010a5b2 commit b7d3da5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kuksa_databroker/databroker/src/query/compiler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ pub fn compile_expr(
};
if let Some(select) = select_statement {
let compiled_query = compile_select_statement(&select, input);
println!("{:?}", compiled_query);
match compiled_query {
Ok(compiled_query) => {
output.subquery.push(compiled_query);
Expand Down

0 comments on commit b7d3da5

Please sign in to comment.