Skip to content

Commit

Permalink
remove debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitRanque committed Jan 2, 2025
1 parent 40a028f commit 8a64bc6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -874,8 +874,6 @@ fn get_comparison_target_type(
.lookup_fields_info(&root_and_current_tables.current_table.source)?
.lookup_column(name)?;

println!("Field name: {name:?}, Column Info: {column:?}");

get_column_scalar_type_name(env, &column.r#type, &mut field_path)
}
ndc_models::ComparisonTarget::Aggregate { path, aggregate } => {
Expand Down

0 comments on commit 8a64bc6

Please sign in to comment.