remove logging

This commit is contained in:
Nick Fisher
2024-04-29 14:27:44 +08:00
parent f8e69466d7
commit 49fb8fb9e3

View File

@@ -140,8 +140,6 @@ namespace flutter_filament
{
const auto &entity = getEntity(it);
Log("Updating anim for entity %d", entity);
auto componentInstance = getInstance(entity);
auto &animationComponent = elementAt<0>(componentInstance);