]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove a leftover debug print from the disabled gametype fallback code
authorMario <mario.mario@y7mail.com>
Mon, 13 Jul 2020 10:32:31 +0000 (20:32 +1000)
committerMario <mario.mario@y7mail.com>
Mon, 13 Jul 2020 10:32:31 +0000 (20:32 +1000)
qcsrc/common/mapinfo.qc

index 15898926964a94754b4289375bdca9d1f8c0096c..f6137ed4a12765ab970ac055361e659d7c94b88b 100644 (file)
@@ -1266,7 +1266,6 @@ void MapInfo_LoadMapSettings(string s) // to be called from worldspawn
                {
                        _t <<= 1;
                        MapInfo_Map_supportedGametypes = floor(MapInfo_Map_supportedGametypes >> 1);
                {
                        _t <<= 1;
                        MapInfo_Map_supportedGametypes = floor(MapInfo_Map_supportedGametypes >> 1);
-                       LOG_INFO("_t: ", ftos(_t), ", types: ", ftos(MapInfo_Map_supportedGametypes));
                }
 #endif
                RandomSelection_Init();
                }
 #endif
                RandomSelection_Init();