mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
[Logging] Remove function prefixes (#2766)
This commit is contained in:
@@ -911,9 +911,6 @@ int64 Merc::CalcMaxMana()
|
||||
current_mana = curMana_cap;
|
||||
}
|
||||
|
||||
#if EQDEBUG >= 11
|
||||
LogDebug("Merc::CalcMaxMana() called for [{}] - returning [{}]", GetName(), max_mana);
|
||||
#endif
|
||||
return max_mana;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user