Remove entity bounds print
This commit is contained in:
parent
4f32722dfc
commit
c7d48e9c11
|
|
@ -662,8 +662,6 @@ static void ProcessEntity(mapentity_t *entity, const int hullnum)
|
|||
|
||||
FreeBrushes(entity);
|
||||
FreeNodes(nodes);
|
||||
|
||||
LogPrint("Entity bounds: {} {}\n", entity->bounds[0], entity->bounds[1]);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue