Skip to content

Commit

Permalink
remove dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
aqrln committed Dec 23, 2024
1 parent f3c78f5 commit 6b19a39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion query-engine/core/src/compiler/translate/query/read.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ pub(crate) fn translate_read_query(query: ReadQuery, ctx: &Context<'_>) -> Trans
ReadQuery::ManyRecordsQuery(mrq) => {
let selected_fields = mrq.selected_fields.without_relations().into_virtuals_last();
let needs_reversed_order = mrq.args.needs_reversed_order();
dbg!(mrq.nested);

// TODO: we ignore chunking for now
let query = query_builder::read::get_records(
Expand Down

0 comments on commit 6b19a39

Please sign in to comment.