Remove prints.
This commit is contained in:
parent
c4edcb8c24
commit
dff7550038
@ -493,7 +493,6 @@ pub(crate) fn compare_property_list_of_list_of_list_of_ast_nodes<
|
||||
return Ok(ComparePropertiesResult::SelfChange(this_status, message));
|
||||
}
|
||||
for (e, r) in middle_value.zip(rust_optional) {
|
||||
eprintln!("Comparing optval! {:?} {:?}", e, r);
|
||||
child_status.push(compare_ast_node(source, e, r.into())?);
|
||||
}
|
||||
}
|
||||
@ -512,7 +511,6 @@ pub(crate) fn compare_property_list_of_list_of_list_of_ast_nodes<
|
||||
return Ok(ComparePropertiesResult::SelfChange(this_status, message));
|
||||
}
|
||||
for (e, r) in mandatory_value.iter().zip(rust_value) {
|
||||
eprintln!("Comparing mandatory! {:?} {:?}", e, r);
|
||||
child_status.push(compare_ast_node(source, e, r.into())?);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user