chore: remove dbg
This commit is contained in:
parent
5fc338a1eb
commit
17ddbfaafa
|
@ -97,7 +97,6 @@ impl Validator {
|
||||||
.params
|
.params
|
||||||
.iter()
|
.iter()
|
||||||
.map(|param| {
|
.map(|param| {
|
||||||
dbg!(¶m);
|
|
||||||
Annotated::from_type(
|
Annotated::from_type(
|
||||||
modules.into(),
|
modules.into(),
|
||||||
tipo_or_annotation(module, param),
|
tipo_or_annotation(module, param),
|
||||||
|
|
Loading…
Reference in New Issue