chore: remove dbg

This commit is contained in:
rvcas 2024-04-05 12:26:43 -04:00 committed by Lucas
parent 5fc338a1eb
commit 17ddbfaafa
1 changed files with 0 additions and 1 deletions

View File

@ -97,7 +97,6 @@ impl Validator {
.params .params
.iter() .iter()
.map(|param| { .map(|param| {
dbg!(&param);
Annotated::from_type( Annotated::from_type(
modules.into(), modules.into(),
tipo_or_annotation(module, param), tipo_or_annotation(module, param),