Remove entity bounds print

This commit is contained in:
Jonathan 2022-01-27 04:08:58 -05:00
parent 4f32722dfc
commit c7d48e9c11
1 changed files with 0 additions and 2 deletions

View File

@ -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]);
}
/*