that verbose one is no longer needed

This commit is contained in:
ziplantil 2019-12-12 17:42:53 +02:00
parent ed88836e9d
commit 341c622e69

View file

@ -674,7 +674,6 @@ int load_exit_models()
}
#endif
con_printf(CON_VERBOSE, "Space to load %d textures, %d models\n", ObjBitmaps.size() - N_ObjBitmaps, MAX_POLYGON_MODELS - N_polygon_models);
// make sure there is enough space to load textures and models
if (N_ObjBitmaps > ObjBitmaps.size() - 6)
{