X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmapinfo.qc;h=f6137ed4a12765ab970ac055361e659d7c94b88b;hp=15898926964a94754b4289375bdca9d1f8c0096c;hb=08d6d22d3dc48e03c7444c6cb0bf0aafa1f8b978;hpb=36b46a9876477ce9cd78336a6551d940b5b64bbf diff --git a/qcsrc/common/mapinfo.qc b/qcsrc/common/mapinfo.qc index 1589892696..f6137ed4a1 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();