Remove CONS_Printf message that isn't even doing what it says it is!

This commit is contained in:
Arthur 2018-12-16 15:24:17 -05:00 committed by mazmazz
parent 9f0b121b15
commit 11be174603
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ model_t *LoadModel(const char *filename, int ztag)
material->shininess = 25.0f;
}
CONS_Printf("Generating VBOs for %s\n", filename);
// CONS_Printf("Generating VBOs for %s\n", filename);
for (i = 0; i < model->numMeshes; i++)
{
mesh_t *mesh = &model->meshes[i];