Skip to content

Commit c9a994f

Browse files
core: Remove "Registering export for non-movie clip" warning log
1 parent aded790 commit c9a994f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

core/src/display_object/movie_clip.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4238,11 +4238,7 @@ impl<'gc, 'a> MovieClipData<'gc> {
42384238
.exported_name
42394239
.write(context.gc_context) = Some(*name);
42404240
} else {
4241-
tracing::warn!(
4242-
"Registering export for non-movie clip: {} (ID: {})",
4243-
name,
4244-
id
4245-
);
4241+
// This is fairly common, don't log anything here
42464242
}
42474243
} else {
42484244
tracing::warn!(

0 commit comments

Comments
 (0)