Skip to content

Commit

Permalink
avm2: Remove "Display object container has no child with name" warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-McSweeney authored and Lord-McSweeney committed Sep 11, 2024
1 parent c9a994f commit 0adbf65
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ pub fn get_child_by_name<'gc>(
if let Some(child) = dobj.child_by_name(&name, false) {
return Ok(child.object2());
} else {
tracing::warn!("Display object container has no child with name {}", name);
return Ok(Value::Null);
}
}
Expand Down

0 comments on commit 0adbf65

Please sign in to comment.