Skip to content

Commit 8cb522a

Browse files
committed
chore: reduce noise when debugging
1 parent e97a55d commit 8cb522a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/parser/src/parse/libpg_query_node.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ impl<'p> LibpgQueryNodeParser<'p> {
5252
) -> LibpgQueryNodeParser<'p> {
5353
let current_depth = parser.depth.clone();
5454
debug!("Parsing node {:#?}", node);
55-
println!("Parsing node {:#?}", node);
5655
Self {
5756
parser,
5857
token_range,

0 commit comments

Comments
 (0)