core: Remove "Registering export for non-movie clip" warning log

This commit is contained in:
Lord-McSweeney 2024-09-08 08:44:57 -07:00 committed by Lord-McSweeney
parent aded790672
commit c9a994fb47
1 changed files with 1 additions and 5 deletions

View File

@ -4238,11 +4238,7 @@ impl<'gc, 'a> MovieClipData<'gc> {
.exported_name .exported_name
.write(context.gc_context) = Some(*name); .write(context.gc_context) = Some(*name);
} else { } else {
tracing::warn!( // This is fairly common, don't log anything here
"Registering export for non-movie clip: {} (ID: {})",
name,
id
);
} }
} else { } else {
tracing::warn!( tracing::warn!(