Skip to content

Commit 8c3ae01

Browse files
committed
chore: remove dbg
1 parent 8b0c609 commit 8c3ae01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

datafusion-postgres/src/sql.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,6 @@ struct RewriteArrayAnyAllOperationVisitor;
354354

355355
impl RewriteArrayAnyAllOperationVisitor {
356356
fn any_to_array_cofntains(&self, left: &Expr, right: &Expr) -> Expr {
357-
dbg!(right);
358357
let array = if let Expr::Value(ValueWithSpan {
359358
value: Value::SingleQuotedString(array_literal),
360359
..

0 commit comments

Comments
 (0)