We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a994f commit 0adbf65Copy full SHA for 0adbf65
core/src/avm2/globals/flash/display/display_object_container.rs
@@ -178,7 +178,6 @@ pub fn get_child_by_name<'gc>(
178
if let Some(child) = dobj.child_by_name(&name, false) {
179
return Ok(child.object2());
180
} else {
181
- tracing::warn!("Display object container has no child with name {}", name);
182
return Ok(Value::Null);
183
}
184
0 commit comments