Skip to content

Commit bbc24cc

Browse files
authored
Merge pull request #112 from cvng/chore/rm-extra-print
2 parents e97a55d + 8cb522a commit bbc24cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: crates/parser/src/parse/libpg_query_node.rs

-1
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)