remove debug printlns (#709)

Removing accidentally introduced `println`s

V3_GIT_ORIGIN_REV_ID: de1eac71760c98b2458a37d31383bad4026a5a77
This commit is contained in:
Anon Ray 2024-06-12 15:14:59 +05:30 committed by hasura-bot
parent 247eebb118
commit fcd58af53c

View File

@ -262,9 +262,7 @@ fn build_comparison_expression<'s>(
) -> Result<ndc_models::Expression, error::Error> {
let mut expressions = Vec::new();
println!("build_comparison_expression");
for (_op_name, op_value) in field.value.as_object()? {
println!("{op_value:?}");
match op_value.info.generic {
schema::Annotation::Input(InputAnnotation::Model(
ModelInputAnnotation::IsNullOperation,