Skip to content

Commit

Permalink
remove row str logging
Browse files Browse the repository at this point in the history
  • Loading branch information
imor committed Dec 7, 2024
1 parent 523102f commit 8514efd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pg_replicate/src/conversions/table_row.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ impl TableRowConverter {
let mut values = Vec::with_capacity(column_schemas.len());

let row_str = str::from_utf8(row)?;
tracing::info!("ROW_STR: {row_str:#?}");
let mut column_schemas_iter = column_schemas.iter();
let mut chars = row_str.chars();
let mut val_str = String::with_capacity(10);
Expand Down

0 comments on commit 8514efd

Please sign in to comment.