Skip to content

Commit e986791

Browse files
committed
chore: remove dbg print
1 parent aba3d01 commit e986791

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

datafusion-postgres/src/handlers.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ impl SimpleQueryHandler for DfSessionService {
287287
'stmt: for statement in statements {
288288
// TODO: improve statement check by using statement directly
289289
let query = statement.to_string();
290-
dbg!(&query);
291290
let query_lower = query.to_lowercase().trim().to_string();
292291

293292
// Check permissions for the query (skip for SET, transaction, and SHOW statements)

0 commit comments

Comments
 (0)