mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-15 20:03:15 +02:00
Remove excessive logging
This commit is contained in:
@@ -149,7 +149,7 @@ void CMapHeader::registerMapStrings()
|
|||||||
|
|
||||||
if(maxStrings == 0 || mapLanguages.empty())
|
if(maxStrings == 0 || mapLanguages.empty())
|
||||||
{
|
{
|
||||||
logGlobal->info("Map %s doesn't have any supported translation", name.toString());
|
logGlobal->trace("Map %s doesn't have any supported translation", name.toString());
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user