diff --git a/similar/main/bm.cpp b/similar/main/bm.cpp index 2d8a700eb..fac48c8ab 100644 --- a/similar/main/bm.cpp +++ b/similar/main/bm.cpp @@ -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) {