Skip to content

Commit

Permalink
chore: remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
v3g42 committed Jan 20, 2023
1 parent 46d87fa commit ee28aa3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dozer-sql/src/pipeline/expression/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -515,8 +515,6 @@ pub fn get_field_index(ident: &[Ident], schema: &Schema) -> Result<usize, Pipeli
if let Some(index) = field_index {
Ok(index)
} else {
println!("field: {}", full_ident);
schema.print().printstd();
Err(PipelineError::JoinError(JoinError::FieldError(full_ident)))
}
}
Expand Down

0 comments on commit ee28aa3

Please sign in to comment.