Skip to content

Commit

Permalink
Removed debug info
Browse files Browse the repository at this point in the history
Signed-off-by: chandr-andr (Kiselev Aleksandr) <chandr@chandr.net>
  • Loading branch information
chandr-andr committed Oct 18, 2024
1 parent 4ff39a7 commit 335e591
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "psqlpy"
version = "0.8.3"
version = "0.8.4"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 0 additions & 2 deletions src/value_converter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -746,8 +746,6 @@ pub fn py_sequence_into_postgres_array(
/// or value of the type is incorrect.
#[allow(clippy::too_many_lines)]
pub fn py_to_rust(parameter: &pyo3::Bound<'_, PyAny>) -> RustPSQLDriverPyResult<PythonDTO> {
println!("{:?}", parameter.get_type().name()?);

if parameter.is_none() {
return Ok(PythonDTO::PyNone);
}
Expand Down

0 comments on commit 335e591

Please sign in to comment.