Skip to content

Commit 0adbf65

Browse files
avm2: Remove "Display object container has no child with name" warning
1 parent c9a994f commit 0adbf65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/avm2/globals/flash/display/display_object_container.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ pub fn get_child_by_name<'gc>(
178178
if let Some(child) = dobj.child_by_name(&name, false) {
179179
return Ok(child.object2());
180180
} else {
181-
tracing::warn!("Display object container has no child with name {}", name);
182181
return Ok(Value::Null);
183182
}
184183
}

0 commit comments

Comments
 (0)