Skip to content

Commit 00fd160

Browse files
authored
Merge pull request #64 from supabase/chore/logs-2
chore: add debug log
2 parents 761d11a + 8dd43e9 commit 00fd160

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/parser/src/codegen.rs

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ mod tests {
5353
Err(_) => None,
5454
};
5555

56+
debug!("pg_query_root: {:#?}", pg_query_root);
57+
5658
let node_graph = get_nodes(&pg_query_root.unwrap(), 0);
5759

5860
debug!("node graph: {:#?}", node_graph);

0 commit comments

Comments
 (0)