From 341c622e692b41e54868635ab8f0b308381893c4 Mon Sep 17 00:00:00 2001 From: ziplantil Date: Thu, 12 Dec 2019 17:42:53 +0200 Subject: [PATCH] that verbose one is no longer needed --- similar/main/bm.cpp | 1 - 1 file changed, 1 deletion(-) 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) {