From 08d6d22d3dc48e03c7444c6cb0bf0aafa1f8b978 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 13 Jul 2020 20:32:31 +1000 Subject: [PATCH] Remove a leftover debug print from the disabled gametype fallback code --- qcsrc/common/mapinfo.qc | 1 - 1 file changed, 1 deletion(-) diff --git a/qcsrc/common/mapinfo.qc b/qcsrc/common/mapinfo.qc index 158989269..f6137ed4a 100644 --- a/qcsrc/common/mapinfo.qc +++ b/qcsrc/common/mapinfo.qc @@ -1266,7 +1266,6 @@ void MapInfo_LoadMapSettings(string s) // to be called from worldspawn { _t <<= 1; MapInfo_Map_supportedGametypes = floor(MapInfo_Map_supportedGametypes >> 1); - LOG_INFO("_t: ", ftos(_t), ", types: ", ftos(MapInfo_Map_supportedGametypes)); } #endif RandomSelection_Init(); -- 2.39.2