Skip to content

Commit 8e8608c

Browse files
Update src/ast/spans.rs
Co-authored-by: Ifeanyi Ubah <[email protected]>
1 parent 2f95334 commit 8e8608c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ast/spans.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2204,7 +2204,6 @@ pub mod tests {
22042204
"SELECT id, name FROM users LEFT JOIN companies ON users.company_id = companies.id",
22052205
);
22062206

2207-
println!("{:?}", test.0);
22082207
let query = test.0.parse_select().unwrap();
22092208
let select_span = query.span();
22102209

0 commit comments

Comments
 (0)