remove logging

This commit is contained in:
Nick Fisher
2024-04-29 14:28:07 +08:00
parent fe0067c16a
commit 107f3bce64

View File

@@ -749,7 +749,6 @@ namespace flutter_filament
auto &morphAnimations = animationComponent.morphAnimations;
morphAnimations.emplace_back(morphAnimation);
Log("Created morph animation for %d", entityId);
return true;
}