Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo committed Jun 12, 2024
1 parent 7b39beb commit ec43b33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion golem-cli/src/model/component.rs
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,6 @@ pub fn function_params_types<'t>(
function: &str,
) -> Result<Vec<&'t Type>, GolemError> {
let (func, parsed) = resolve_function(component, function)?;
println!("parsed: {parsed:?}");

if parsed.function().is_indexed_resource() {
Ok(func.parameters.iter().skip(1).map(|r| &r.typ).collect())
Expand Down

0 comments on commit ec43b33

Please sign in to comment.