Skip to content

Commit 6d53680

Browse files
authored
remove print (#435)
1 parent e38faee commit 6d53680

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/duckdb/src/raw_statement.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ impl RawStatement {
260260
unsafe {
261261
let mut out: ffi::duckdb_arrow = ptr::null_mut();
262262
let rc = ffi::duckdb_execute_prepared_arrow(self.ptr, &mut out);
263-
println!("error code: {}", rc);
264263
result_from_duckdb_arrow(rc, out)?;
265264

266265
let rows_changed = ffi::duckdb_arrow_rows_changed(out);

0 commit comments

Comments
 (0)