Remove redundant info log

This commit is contained in:
2023-12-29 20:02:38 +01:00
parent 5014f13cd0
commit 69232cebf4

View File

@@ -8,7 +8,6 @@ ecs_entity_t renderDebugPathSystem;
ECS_DTOR(SpatialGridID, gridID, {
Game *game = ecs_singleton_get_mut(ECS, Game);
bzSpatialGridRemove(game->entityGrid, *gridID);
bzLogInfo("Removed");
})
ECS_MOVE(SpatialGridID, dst, src, {
*dst = *src;