Skip to content

Commit

Permalink
Update schema.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejressel authored Dec 15, 2024
1 parent 1c01047 commit 5faefba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pulumi_wasm_generator_lib/src/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ fn convert_to_global_type(
type_: &&ComplexType,
) -> Result<(ElementId, GlobalType)> {
let element_id = ElementId::new(type_name)?;
println!("Converting type: {:?}", type_);
let tpe = match &type_.object_type {
ObjectType { r#type: None, .. } => Err(anyhow!("Unknown complex type")),
ObjectType {
Expand Down

0 comments on commit 5faefba

Please sign in to comment.