mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
remove debug printlns (#709)
Removing accidentally introduced `println`s V3_GIT_ORIGIN_REV_ID: de1eac71760c98b2458a37d31383bad4026a5a77
This commit is contained in:
parent
247eebb118
commit
fcd58af53c
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user