mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Remove excessive logging
This commit is contained in:
@@ -149,7 +149,7 @@ void CMapHeader::registerMapStrings()
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user