diff --git a/dart_filament/lib/dart_filament/filament_viewer_impl.dart b/dart_filament/lib/dart_filament/filament_viewer_impl.dart index ef034c9e..9006a932 100644 --- a/dart_filament/lib/dart_filament/filament_viewer_impl.dart +++ b/dart_filament/lib/dart_filament/filament_viewer_impl.dart @@ -435,12 +435,9 @@ class FilamentViewer extends AbstractFilamentViewer { Future setMorphAnimationData( FilamentEntity entity, MorphAnimationData animation, {List? targetMeshNames}) async { - print("setting in actual viewer with $entity"); var meshNames = await getChildEntityNames(entity, renderableOnly: true); - print("MESH NAMES ${meshNames}"); var meshEntities = await getChildEntities(entity, true); - print("MESH ENTITIES ${meshEntities}"); // Entities are not guaranteed to have the same morph targets (or share the same order), // either from each other, or from those specified in [animation].