Remove redundant info log
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user