1
0
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:
Ivan Savenko
2024-02-05 21:11:00 +02:00
parent 342e6daebd
commit 4af4d1a75e

View File

@@ -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;
}