We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e38faee commit 6d53680Copy full SHA for 6d53680
crates/duckdb/src/raw_statement.rs
@@ -260,7 +260,6 @@ impl RawStatement {
260
unsafe {
261
let mut out: ffi::duckdb_arrow = ptr::null_mut();
262
let rc = ffi::duckdb_execute_prepared_arrow(self.ptr, &mut out);
263
- println!("error code: {}", rc);
264
result_from_duckdb_arrow(rc, out)?;
265
266
let rows_changed = ffi::duckdb_arrow_rows_changed(out);
0 commit comments