Skip to content

Commit

Permalink
Remove test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KyGost committed Apr 3, 2021
1 parent 883b213 commit 328858d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/data/row.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,6 @@ macro_rules! bulk_build_rows {
let found = row[index].clone();
let value = $processing_function(storage, found, data_type).await?;

println!(
"!!! DataType {:?} Column {:?} Value {:?}",
data_type, name, value
);
if do_validate {
value.validate_null(nullable)?;
value.validate_type(data_type)?;
Expand Down

0 comments on commit 328858d

Please sign in to comment.