Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
karolisg committed Feb 27, 2024
1 parent 52d250c commit 4a6e090
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dozer-ingestion/oracle/src/connector/mapping.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ fn map_data_type(
let typ = if data_type.starts_with("TIMESTAMP") {
FieldType::Timestamp
} else {
info!("{:?} {:?} {:?}", data_type, precision, scale);
match data_type {
"VARCHAR2" => Ok(FieldType::String),
"NVARCHAR2" => unimplemented!("convert NVARCHAR2 to String"),
Expand Down

0 comments on commit 4a6e090

Please sign in to comment.