1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Clean up RMG logs

This commit is contained in:
Tomasz Zieliński
2024-02-25 11:40:01 +01:00
parent 8d86216332
commit 2e8801084d
4 changed files with 25 additions and 10 deletions

View File

@@ -278,7 +278,7 @@ void Zone::fractalize()
float blockDistance = minDistance * spanFactor; //More obstacles in the Underground
freeDistance = freeDistance * marginFactor;
vstd::amax(freeDistance, 4 * 4);
logGlobal->info("Zone %d: treasureValue %d blockDistance: %2.f, freeDistance: %2.f", getId(), treasureValue, blockDistance, freeDistance);
logGlobal->trace("Zone %d: treasureValue %d blockDistance: %2.f, freeDistance: %2.f", getId(), treasureValue, blockDistance, freeDistance);
if(type != ETemplateZoneType::JUNCTION)
{
@@ -381,7 +381,6 @@ void Zone::initModificators()
{
modificator->init();
}
logGlobal->info("Zone %d modificators initialized", getId());
}
CRandomGenerator& Zone::getRand()