From 11be1746037bffd207e64cfe10e07d1596ddfff4 Mon Sep 17 00:00:00 2001 From: Arthur Date: Sun, 16 Dec 2018 15:24:17 -0500 Subject: [PATCH] Remove CONS_Printf message that isn't even doing what it says it is! --- src/hardware/hw_model.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hardware/hw_model.c b/src/hardware/hw_model.c index 73b2b484..495c8c10 100644 --- a/src/hardware/hw_model.c +++ b/src/hardware/hw_model.c @@ -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];